public function __construct(string $email) { $this->ensureEmailIsValid($email); $this->email = $email; }