dmitry.petrov
bindProperty
bindPropery
bindProperty("name") { "benny" }
fun <T> bindProperty(key: String, getter: () -> T): ReadWriteProperty<Any, T>