vmironov
class Foo(private val values: MutableMap<String, Any>) { val foo: String by values var bar: String by values }