public string GetAttributesAssortment(int connectorID, int[] ProductIDs, System.Nullable <System.DateTime> LastUpdate)
 {
     TestConsole.ServiceReference1.GetAttributesAssortmentRequest inValue = new TestConsole.ServiceReference1.GetAttributesAssortmentRequest();
     inValue.connectorID = connectorID;
     inValue.ProductIDs  = ProductIDs;
     inValue.LastUpdate  = LastUpdate;
     TestConsole.ServiceReference1.GetAttributesAssortmentResponse retVal = ((TestConsole.ServiceReference1.SpiderServiceSoap)(this)).GetAttributesAssortment(inValue);
     return(retVal.GetAttributesAssortmentResult);
 }
 TestConsole.ServiceReference1.GetAttributesAssortmentResponse TestConsole.ServiceReference1.SpiderServiceSoap.GetAttributesAssortment(TestConsole.ServiceReference1.GetAttributesAssortmentRequest request)
 {
     return(base.Channel.GetAttributesAssortment(request));
 }