public System.Threading.Tasks.Task <GLSReference.GetParcelShopsInZipcodeResponse> GetParcelShopsInZipcodeAsync(string zipcode, string countryIso3166A2)
 {
     GLSReference.GetParcelShopsInZipcodeRequest inValue = new GLSReference.GetParcelShopsInZipcodeRequest();
     inValue.zipcode          = zipcode;
     inValue.countryIso3166A2 = countryIso3166A2;
     return(((GLSReference.wsShopFinderSoap)(this)).GetParcelShopsInZipcodeAsync(inValue));
 }
 System.Threading.Tasks.Task <GLSReference.GetParcelShopsInZipcodeResponse> GLSReference.wsShopFinderSoap.GetParcelShopsInZipcodeAsync(GLSReference.GetParcelShopsInZipcodeRequest request)
 {
     return(base.Channel.GetParcelShopsInZipcodeAsync(request));
 }