* */ protected array $tasks = []; public function run(mixed $payload): mixed { return Pipeline::send( passable: $payload, )->through( pipes: $this->tasks, )->thenReturn(); } }