public async Task GetWeatherTest_WithApi_ReturnJson() { api.Init(); var wheather = await api.GetWheaterAsync("SBCF"); Assert.IsInstanceOfType(wheather, typeof(MetarResponse)); }