private void ButtonPause_Click(object sender, RoutedEventArgs e) { ChronoService.Pause(); }
private void PauseExecute() { _chronometerService.Pause(); NotifyControllerChanged(); }