public async Task <IActionResult> GetEventsAsync() { return(Ok(await _eventService.GetAllEventsAsync())); }