public async Task <ActionResult> Index()
 {
     return(View(await _service.GetWeatherForecastAsync()));
 }