public static bool apiGetConfig(string cfgName, out string cfgValue) { return(_apiInternal.apiGetConfig(cfgName, out cfgValue)); }