clientManager = $clientManager; } public function run(): void { $this->clientManager->display(); } }