authority = $authority; } public function getAuthority(): string { return $this->authority; } public function jsonSerialize(): string { return $this->getAuthority(); } }