in src/Annotations.cs [266:270]
public ValueRangeAttribute(ulong from, ulong to) { From = from; To = to; }