public static TestModel Create(ConfigDocument confDoc)
 {
     return(JsonConvert.DeserializeObject <TestModel>(confDoc.Serialize(false)));
 }