return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
getPort(...\
func_get_args());
} public function getAuth(): mixed
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
getAuth(...\
func_get_args());
} public function getDbNum(): mixed
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
getDbNum(...\
func_get_args());
} public function _serialize($value): mixed
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
_serialize(...\
func_get_args());
} public function _unserialize($value): mixed
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
_unserialize(...\
func_get_args());
}