public void GetWeatherWithRightData() { DarkSkyResponse response = darkSky_.Any(new DarkSkyProject.DarkSky { Location = "bellevue wa" }); Assert.IsNotNull(response.DarkSkyForecastResponse); }