Bit of an expert novice question: I'd like to map between my classes and instances of those classes inside a Map. I was trying mutableMapof<Foo::class, Foo>(), but am having trouble. Is there another way to quickly (perhaps even without reflection) make that happen?