private bool GetShowPrefix() { try { return(_clockService.GetShowPrefix()); } catch (Exception ex) { _dialogService.ShowError(ex); } return(false); }