configurationQuery = $configurationQuery; } public function read( int $id ): ConfigurationReadView { return $this->configurationQuery->read($id); } }