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