private void AddVarUInt64(ulong value)
 {
     AddBytes(IntegerHelper.GetVarUInt64Length(value));
 }