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