Returns the sum of size in Bits and current ByteSize instance.
ByteSize addBits(int value) => this + FromBits(value);