pipeline ->send($vacationRequest) ->through($this->rules) ->via("check") ->then(fn(VacationRequest $vacationRequest) => $vacationRequest); } }