public ChoIniCommentNode CreateComment(string comment, char commentChar) { return(_iniDocument.CreateComment(comment, commentChar)); }