/// <summary>
 /// Called when the host is shutting down.
 /// </summary>
 public void OnDestroy()
 {
     _operationsQueue.OnDestroy();
 }