public bool UncommentSection(string sectionName) { return(_iniDocument.UncommentSection(sectionName)); }