public System.Threading.Tasks.Task <Proyecto.ServiceReferenceWeather.GetWeatherInformationResponse> GetWeatherInformationAsync()
 {
     Proyecto.ServiceReferenceWeather.GetWeatherInformationRequest inValue = new Proyecto.ServiceReferenceWeather.GetWeatherInformationRequest();
     return(((Proyecto.ServiceReferenceWeather.WeatherSoap)(this)).GetWeatherInformationAsync(inValue));
 }
 public Proyecto.ServiceReferenceWeather.WeatherDescription[] GetWeatherInformation()
 {
     Proyecto.ServiceReferenceWeather.GetWeatherInformationRequest  inValue = new Proyecto.ServiceReferenceWeather.GetWeatherInformationRequest();
     Proyecto.ServiceReferenceWeather.GetWeatherInformationResponse retVal  = ((Proyecto.ServiceReferenceWeather.WeatherSoap)(this)).GetWeatherInformation(inValue);
     return(retVal.GetWeatherInformationResult);
 }
 System.Threading.Tasks.Task <Proyecto.ServiceReferenceWeather.GetWeatherInformationResponse> Proyecto.ServiceReferenceWeather.WeatherSoap.GetWeatherInformationAsync(Proyecto.ServiceReferenceWeather.GetWeatherInformationRequest request)
 {
     return(base.Channel.GetWeatherInformationAsync(request));
 }
 Proyecto.ServiceReferenceWeather.GetWeatherInformationResponse Proyecto.ServiceReferenceWeather.WeatherSoap.GetWeatherInformation(Proyecto.ServiceReferenceWeather.GetWeatherInformationRequest request)
 {
     return(base.Channel.GetWeatherInformation(request));
 }