private IEnumerator GetWeatherData()
 {
     return(_network.CallApi(WeatherEndpoint, OnWeatherDataLoaded));
 }