public async Task <IActionResult> Search(string address) { GoogleAPI.RootObject data = await gs.Get(address); return(Ok(EventLocation.From(data))); }