public void Die(Killer killer)
 {
     _currentState.Die(killer);
     if (!_audioSource.isPlaying)
     {
         _audioSource.Play();
     }
 }