private void ChaseStateOnEnter()
 {
     _chaseMusicPlayback?.Stop();
     _chaseMusicPlayback = _audioManager.Play(GameAudio.Chase, true);
 }