}
for (String sectionName : exportScheme.getSections()) {
exportWriter.startNewSection(sectionName);
if (exportScheme.isIncludeSectionTitles()) {
exportWriter.write(sectionName);
exportWriter.newLine();
}
for (ExportFeature exportFeature : exportScheme.getExportFeatures(sectionName)) {
exportWriter.write(exportFeature.getTitle());
exportWriter.addSeparator();
exportWriter.write(exportFeature.getDescription());