apatrida
fun fromId(id: Int): ABCEnum = values().find { it.id == id } ?: throw IllegalArgumentException("Invalid ID")