private function getMatchingRegularDayAsRequest(Matching $matching, ResultItem $item): ?array
    {
        $proposal = $matching->getProposalRequest();
        $result = $this->getFirstCarpooledRegularDay($proposal, $matching->getProposalOffer(), 'request');
        $item->setDate($result['date']);