protected override void OnSessionReady()
 {
     base.OnSessionReady();
     _ctx = new MyInputContext("ModDebugScreenRegistration");
     _ctx.RegisterAction(MyStringHash.GetOrCompute("DeveloperScreenMods"), ShowModDebugScreen);
     if (!_ctx.InStack)
         _ctx.Push();
 }