private async void GetWeather()
 {
     var weather = await WeatherApi.GetWeatherInformationAsync("226396");
 }