setValue($value); return $emailAddress; } public function getValue(): string { return $this->value; } public function setValue(string $value): void { $this->value = $value; } }