public static void Initialize() { if (_initialized) { return; } _initialized = true; DllLoader.Loader(); new InitializeConfig().Initialize(); }