public void Enqueue(IEventQueueEntry entry)
 {
     entry.Process();
 }
 public void Enqueue(IEventQueueEntry entry)
 {
     throw new NotImplementedException();
 }