public async Task <bool> GeoAddAsync(AddInput input) { return(await client.GeoAddAsync(input.Key, input.Longitude, input.Latitude, input.Name)); }