void Exhale()
 {
     _isInhale = false;
     instructionsController.ShowExhale();
     breathingCircleController.Scale(false, PauseStart);
 }