`map.entries.associate { it.key.toString() to it.v...
# announcements
b
map.entries.associate { it.key.toString() to it.value.toString() }
is a little easier to read, but I guess that creates `Pair`s