public bool Equals(Bounded <T> other) => Equals(other.Value);
public int CompareTo(Bounded <T> other) => CompareTo(other.Value);