public void Register(string command, CommandExecutor.CommandHandler handler) { m_Receiver.RegisterCommandHandler(command, handler); }