/// <summary> /// /// </summary> /// <returns></returns> public async Task <IActionResult> Milestone2() { ProxyService proxySvc = new ProxyService(); var weatherForecastViewModel = await proxySvc.GetViewModel(); return(View(weatherForecastViewModel)); }