section

suspend fun section(name: Key, description: Key, builder: suspend Section.() -> Unit)
suspend fun section(name: String, description: String, builder: suspend Section.() -> Unit)