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