private Booking(BookingId id, BookableShowId bookableShowId, List <Seat> bookedSeats, DateTime created) { Apply(new BookingCreated(id, bookableShowId, bookedSeats, created)); }