public function __construct(\Magento\Framework\Indexer\Config\Reader $reader, \Magento\Framework\Config\CacheInterface $cache, \Magento\Indexer\Model\ResourceModel\Indexer\State\Collection $stateCollection, $cacheId = 'indexer_config')
 {
     $this->___init();
     parent::__construct($reader, $cache, $stateCollection, $cacheId);
 }