public static ExtensionManager CreateInstance()
 {
     instance = new ExtensionManager();
     return instance;
 }