public ConfigSection(string name, ConfigSection parent) { Name = name; Parent = parent; Children = new OrderedDictionary(); }