public ProductStockPusher(ProductStockPusherOptionManager optionManager,
                           ProductProcessor entityProcessor,
                           StockAttributeProcessor attributeProcessor,
                           FastAdapter adapter,
                           SoapM1 soap) : base(optionManager, entityProcessor, attributeProcessor, adapter)
 {
     this.soap = soap;
 }
 public ProductStockPusher(ProductStockPusherOptionManager optionManager,
                           ProductProcessor entityProcessor,
                           StockAttributeProcessor attributeProcessor,
                           FastProvider provider,
                           FastAdapter adapter,
                           EntityRepository entityRepository,
                           AttributeRepository attributeRepository,
                           ConnectionRepository connectionRepository) : base(optionManager, entityProcessor, attributeProcessor, provider, adapter, entityRepository, attributeRepository, connectionRepository)
 {
 }