protected void GetActiveSceneIDCommandHandler(GetActiveSceneIDCommand cmd) { cmd.result = _sceneService.GetActiveSceneID(); }