private void OnDestroy()
 {
     if (!_gameMusic)
     {
         return;
     }
     _gameMusic.PlayRegularGameMusic();
 }