fun tags(vararg values: String, all: Boolean = true): Unit
fun tags(values: Iterable<String>, all: Boolean = true): Unit