/// <summary>
 /// Sets the busystate as busy.
 /// </summary>
 public virtual void SetBusyState()
 {
     UiService.SetBusyState(busy: true);
 }