public static void PlayWinSound()
 {
     if (_Instance != null)
     {
         _Instance._PlayWinSound();
     }
     else
     {
         Debug.LogError("ScoreSoundsManager | PlayWinSound | Missing instance of ScoreSoundsManager.");
     }
 }