public bool TryGetSection(string sectionName, out ChoIniSectionNode section)
 {
     return(_iniDocument.TryGetSection(sectionName, out section));
 }