/// <summary> /// Clears the singleton reference and resets the Id counter /// </summary> public void Clear() { _currentId = 0; _instance = null; _isInitialised = false; }