public void ExpandCapacityInBits(int additionalBits)
 {
     _buffer.EnsureBufferSizeInBits(_buffer.LengthBits + additionalBits);
 }