private void OnApplicationPause(bool pauseStatus) { _gameManagers.GamePause(pauseStatus); _gameSystems.GamePause(pauseStatus); }