public bool ExistVersionProduct(string product, uint current, int sage, int prestashop)
 {
     PRESTACONNECT.WSVERSION.ExistVersionProductRequest inValue = new PRESTACONNECT.WSVERSION.ExistVersionProductRequest();
     inValue.Body            = new PRESTACONNECT.WSVERSION.ExistVersionProductRequestBody();
     inValue.Body.product    = product;
     inValue.Body.current    = current;
     inValue.Body.sage       = sage;
     inValue.Body.prestashop = prestashop;
     PRESTACONNECT.WSVERSION.ExistVersionProductResponse retVal = ((PRESTACONNECT.WSVERSION.WSVersionSoap)(this)).ExistVersionProduct(inValue);
     return(retVal.Body.ExistVersionProductResult);
 }
 PRESTACONNECT.WSVERSION.ExistVersionProductResponse PRESTACONNECT.WSVERSION.WSVersionSoap.ExistVersionProduct(PRESTACONNECT.WSVERSION.ExistVersionProductRequest request)
 {
     return(base.Channel.ExistVersionProduct(request));
 }