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