public Feature(Tag tag, uint value) : this(tag, value, 0, uint.MaxValue) { }
public Feature(Tag tag) : this(tag, 1u, 0, uint.MaxValue) { }