public function __construct(string $name, ?Email $email = null) { $this->name = $name; $this->email = $email; }