public void GetWeather(string city) { var asyncTask = new WeatherService(this); asyncTask.Execute(city); }