using InABox.Core; namespace InABox.Rpc; public interface IRpcProxyServer { event LogEvent? OnLog; void Start(); void Stop(); bool IsSecure(); }