Workaround: Declare the singleton (instance) of the class as public/read-only and use it directly.
... and instantiate it in the class_constructor
Workaround: Declare the singleton (instance) of the class as public/read-only and use it directly.
... and instantiate it in the class_constructor