get('name'); } public function getVersion(): string { return (string) $this->get('version'); } public function getLicenseStatusMessage(): ?string { return $this->get('licenseStatusMessage'); } public function getLicenseStatus(): ?string { return $this->get('licenseStatus'); } public function isInstalled(): bool { return (bool) $this->get('isInstalled'); } }