id; } public function getEmail(): EmailAddress { return $this->email; } public function isAdmin(): bool { return $this->isAdmin; } }