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