*/ public function toArray(): array { return ['lastfm_session_key' => $this->lastFmSessionKey]; } /** @return array */ public function jsonSerialize(): array { return $this->toArray(); } }