bind

fun <T> IMutablePropertyBase<T>.bind(    lifetime: Lifetime,     setValue: (value: T) -> Unit,     valueUpdated: ((value: T) -> Unit) -> Unit)