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