queue = $queue; } public function run(): void { $this->queue->process(); } }