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