public static void PlaySound(EAudioEventType type, Vector3 position)
 {
     _instance.PlaySoundAtPosition(type, position);
 }