© 2026 Hedgehog Software, LLC
public bool ValidateAddress(Address address) { try { //wait for x or throw weatherApi.GetCurrentWeatherAsync(cityName: address.CityName); return true; } catch { return false; } }