request; } public function getContact(): ?Lead { return $this->contact; } public function setContact(?Lead $contact): void { $this->contact = $contact; } }