private void AddVarUInt16(ushort value)
 {
     AddBytes(IntegerHelper.GetVarUInt16Length(value));
 }