private object Task3(object objCtx) { WeatherRetriever wr = new WeatherRetriever(); object objRes = wr.GetWeather(this.m_strZip2); return(objRes); }