public void Play(TransitionCameraAnimation animation)
 {
     _animator.Play((int)animation);
 }
 public void Play(TransitionCameraAnimation animation, float normalizedTime)
 {
     _animator.Play((int)animation, -1, normalizedTime);
 }