protected void AppendEvent(DomainEvent newEvent)
 {
     _events.Enqueue(newEvent);
 }