public void StopSuggestionsRenderingStopwatch()
 {
     suggestionsRenderingStopwatch?.Stop();
     suggestionsRenderingStopwatch = null;
 }
 public override void ViewAppeared()
 {
     base.ViewAppeared();
     startTimeEntryStopwatch?.Stop();
     startTimeEntryStopwatch = null;
 }