private async void StartTimerAsync() { ButtonOK.Content = _TextButtonOK + $" ({Timer} с.)"; Timer--; if (Timer > 0) { await OtherMethods.StartTimerPause(); StartTimerAsync(); } }