/// <summary>
 ///     Close queue, but do not remove anything in it or the queue itself.
 /// </summary>
 public void Close()
 {
     _queue.Close();
 }