public void GetWeatherForcast() { var returnValue = controller.GetWeather(); Assert.Equal("Today is a sunny day!!!", returnValue.ToString()); }