factory = $factory; $this->repositoryQuery = $repositoryQuery; $this->store = $store; } public function getFactory(): AddressFactory { return $this->factory; } public function getRepositoryQuery(): AddressRepositoryQuery { return $this->repositoryQuery; } public function getStore(): AddressStore { return $this->store; } }