public System.Threading.Tasks.Task <GLSReference.GetAllParcelShopsResponse> GetAllParcelShopsAsync(string countryIso3166A2)
 {
     GLSReference.GetAllParcelShopsRequest inValue = new GLSReference.GetAllParcelShopsRequest();
     inValue.countryIso3166A2 = countryIso3166A2;
     return(((GLSReference.wsShopFinderSoap)(this)).GetAllParcelShopsAsync(inValue));
 }
 System.Threading.Tasks.Task <GLSReference.GetAllParcelShopsResponse> GLSReference.wsShopFinderSoap.GetAllParcelShopsAsync(GLSReference.GetAllParcelShopsRequest request)
 {
     return(base.Channel.GetAllParcelShopsAsync(request));
 }