public EventsController( ILotteryEventService eventService, ICardService cardService, IMapper mapper) { this.eventService = eventService; this.cardService = cardService; this.mapper = mapper; }