configurationListQuery = $configurationListQuery; } public function list(): array { return $this->configurationListQuery->list(); } }