module ThroughputModule { @final struct DataType { unsigned long long count; sequence payload; }; };