public System.Threading.Tasks.Task <WebApplication1.ServiceReference1.listarVoosResponse> listarVoosAsync()
 {
     WebApplication1.ServiceReference1.listarVoosRequest inValue = new WebApplication1.ServiceReference1.listarVoosRequest();
     return(((WebApplication1.ServiceReference1.VoosWebService)(this)).listarVoosAsync(inValue));
 }
 public string listarVoos()
 {
     WebApplication1.ServiceReference1.listarVoosRequest  inValue = new WebApplication1.ServiceReference1.listarVoosRequest();
     WebApplication1.ServiceReference1.listarVoosResponse retVal  = ((WebApplication1.ServiceReference1.VoosWebService)(this)).listarVoos(inValue);
     return(retVal.@return);
 }
 System.Threading.Tasks.Task <WebApplication1.ServiceReference1.listarVoosResponse> WebApplication1.ServiceReference1.VoosWebService.listarVoosAsync(WebApplication1.ServiceReference1.listarVoosRequest request)
 {
     return(base.Channel.listarVoosAsync(request));
 }
 WebApplication1.ServiceReference1.listarVoosResponse WebApplication1.ServiceReference1.VoosWebService.listarVoos(WebApplication1.ServiceReference1.listarVoosRequest request)
 {
     return(base.Channel.listarVoos(request));
 }