public async Task OnLoadWeatherForecast() { WeatherForecast = await WeatherApi.GetWeatherForecast(Name); WeatherNow = await WeatherApi.GetWeatherNow(Name); OnCalculateWeatherByDays(); }