serverStarter = $serverStarter; } public function run(): void { $this->serverStarter->start(); } }