public int CompareTo(ByteSize other) { return(Bytes.CompareTo(other.Bytes)); }
public int CompareTo(MemorySize other) => Bytes.CompareTo(other.Bytes);