stepScheduler = $stepScheduler; } public function createController(StepRunArgs $args): StepRunController { return new StepRunController($this->stepScheduler, $args); } }