public void ExecuteCommand(Command command) { if (_alive && _commandMgr != null) { _commandMgr.Execute(command); } }