private void OnPausedUpdated(bool isPaused)
 {
     Animation.SetPlaying(!isPaused);
 }