public BookingRequestCancelledEvent(BookingSagaState reportSagaState) { _reportSagaState = reportSagaState; }
public BookingCreatedEvent(BookingSagaState reportSagaState) { _reportSagaState = reportSagaState; }
public BookingRequestReceivedEvent(BookingSagaState reportSagaState) { _reportSagaState = reportSagaState; }
public BookingFailedEvent(BookingSagaState reportSagaState) { _reportSagaState = reportSagaState; }