return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
_unpack(...\
func_get_args());
} public function _prefix($key): bool|string
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
_prefix(...\
func_get_args());
} public function _masters(): array
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
_masters(...\
func_get_args());
} public function _redir(): ?string
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
_redir(...\
func_get_args());
} public function acl($key_or_address,
$subcmd, ...
$args): mixed
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
acl(...\
func_get_args());
}