public Vueling.UnitTest.ServiceReference.Rebel[] GetAll()
 {
     Vueling.UnitTest.ServiceReference.GetAllRequest inValue = new Vueling.UnitTest.ServiceReference.GetAllRequest();
     inValue.Body = new Vueling.UnitTest.ServiceReference.GetAllRequestBody();
     Vueling.UnitTest.ServiceReference.GetAllResponse retVal = ((Vueling.UnitTest.ServiceReference.WebServiceSoap)(this)).GetAll(inValue);
     return(retVal.Body.GetAllResult);
 }
 public System.Threading.Tasks.Task <Vueling.UnitTest.ServiceReference.GetAllResponse> GetAllAsync()
 {
     Vueling.UnitTest.ServiceReference.GetAllRequest inValue = new Vueling.UnitTest.ServiceReference.GetAllRequest();
     inValue.Body = new Vueling.UnitTest.ServiceReference.GetAllRequestBody();
     return(((Vueling.UnitTest.ServiceReference.WebServiceSoap)(this)).GetAllAsync(inValue));
 }
 System.Threading.Tasks.Task <Vueling.UnitTest.ServiceReference.GetAllResponse> Vueling.UnitTest.ServiceReference.WebServiceSoap.GetAllAsync(Vueling.UnitTest.ServiceReference.GetAllRequest request)
 {
     return(base.Channel.GetAllAsync(request));
 }
 Vueling.UnitTest.ServiceReference.GetAllResponse Vueling.UnitTest.ServiceReference.WebServiceSoap.GetAll(Vueling.UnitTest.ServiceReference.GetAllRequest request)
 {
     return(base.Channel.GetAll(request));
 }