namespace Connected.Net.Server { public interface IServerConnection : IDisposable, IAsyncDisposable { Task Notify(string method, T args); } }