fun AttrValue.ListValue.Builder.LongItems(value: List<Long>) {
    this.addAllI(value)
}