public static ushort AddSize(this Int32 value, ref ushort size) { size += value.GetSize(); return(size); }