Overrides MfSingletonBase.GetInstance()
Protected Abstract Method
OutputVar := GetInstance()
Protected Abstract method. Gets the instance of the Singleton
Returns Singleton instance for the derived class.
Throws MfNotImplementedException if method is not overridden in derived classes
This method must be overridden in derived classes.