factory = $factory; $this->repositoryQuery = $repositoryQuery; $this->store = $store; } public function getFactory(): ProductFactory { return $this->factory; } public function getRepositoryQuery(): ProductRepositoryQuery { return $this->repositoryQuery; } public function getStore(): ProductStore { return $this->store; } }