private void AddVarUInt32(uint value)
 {
     AddBytes(IntegerHelper.GetVarUInt32Length(value));
 }