public OperationState SendData <T>(ProtocolBase <T> data)
 {
     return(ServerTransport.SendData(ConnectionId, data));
 }