EventItem

fun EventItem(    id: String,     displayName: String? = null,     avatarUrl: String? = null)