public async Task <IActionResult> GetEvents() { var eventsAsync = await _eventRepo.GetEventsAsync(); return(Ok(eventsAsync)); }