/// <summary>
 /// Called when the host receives the suspend event.
 /// </summary>
 public void OnSuspend()
 {
     _operationsQueue.OnSuspend();
 }