private void SetShowPrefix(bool value) { try { _clockService.SetShowPrefix(value); }catch (Exception ex) { _dialogService.ShowError(ex); } }