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