void OnSessionCommand(ushort remoteChannel, DescribedList command, ByteBuffer buffer)
 {
     this.GetSession(this.remoteSessions, remoteChannel).OnCommand(command, buffer);
 }