internal QueueItem(QueueWithConfirmation <T> queue, T item)
 {
     _queue = queue;
     Item   = item;
 }