public static ConfigModel Refresh()
 {
     _config = GetModel();
     return _config;
 }
 static ConfigUtils()
 {
     _config = GetModel();
 }