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