public override Task CallChannel(DataChannel channel) { return(channel.OnObjectReply(this)); }
public abstract Task CallChannel(DataChannel channel);