dataStorage = $dataStorage; } /** * {@inheritdoc} */ public function getPostCodes() { return $this->dataStorage->get(); } }