protected void RetryQueue(T notification)
 {
     IncomingQueue.Enqueue(notification);
 }