public void RaiseEvent(DomainEvent e)
 {
     base.RaiseEvent(e.CloneWithSaga(Id));
 }