SectionHelper

fun SectionHelper(    sections: Sections,     ignoredSections: Set<Long> = DEFAULT_IGNORED_SECTIONS,     sectionDirectoryNaming: (Section) -> String = { "${it.name}-${it.id}" },     caseFileNaming: (Case) -> String = { case -> "C${case.id}.feature" })