public async Task <IActionResult> GetWithRelatedData() { var user = GetCurrentUser(); return(Ok(await _eventProcessor.GetEventsRelatedData(user))); }