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