// HandlerType implements the HandlerType method of the EventHandler interface. func (p *GuestListProjector) HandlerType() eh.EventHandlerType { return eh.EventHandlerType("GuestListProjector") }
// HandlerType implements the HandlerType method of the EventHandler interface. func (p *InvitationProjector) HandlerType() eh.EventHandlerType { return eh.EventHandlerType("InvitationProjector") }