private ISagaId CreateId(IDomainEvent domainEvent) { var id = domainEvent.TryGetBezahlung(); return(id ?? BezahlungId.Empty); }