sectionHelper

suspend fun TestRailClient.sectionHelper(    projectId: Long = TestRailClient.SE_PROJECT_ID,     suiteId: Long = TestRailClient.SE_SUITE_ID,     ignoredSections: Set<Long> = setOf(49384L, 49385L, 49386L)): SectionHelper