Returns the difference of two ByteSize objects.
ByteSize subtract(ByteSize bs) => ByteSize(Bytes - bs.Bytes);