private async void OnPauseToggleKey()
        {
            await TogglePause(true);

            if (GameIsPaused)
            {
                PlatformService.ForceUIElementFocus();
            }
        }