class ChatList : View() { val model: ChatListViewModel by inject() override val root = listview(model.chats) }