public function process()
 {
     $this->setIsRealTime(true);
     $this->getLogger()->setStoreMode(true);
     parent::process();
 }
 public function process()
 {
     $this->initOutOfStockControlLogic();
     parent::process();
 }