void Inhale()
 {
     _isInhale = true;
     instructionsController.ShowInhale();
     breathingCircleController.Scale(true, PauseStart);
 }