public static void Reset(Dictionary <string, string> keyValueList)
 {
     Instance = TypeHelper.InitModel <SystemConfigModel>(keyValueList);
 }
 public static void Reset(SystemConfigModel model)
 {
     Instance = model;
 }