operator fun get(tag: String): Host
fun get(vararg tags: String): Host
fun get(tags: Iterable<String>): Host