$service */ public function __construct( string $appId, private string $service, ) { parent::__construct($appId); } /** * @psalm-return class-string */ public function getService(): string { return $this->service; } }