public async Task <IActionResult> Get() { var events = await _services.BrowseAsync(); return(new JsonResult(events)); }