private void OnApplicationPause(bool pause) { if (pause) { SoundHelper.StopBackgroundMusic(); } else { SoundHelper.PlayBackgroundMusic(); } }