static uint ProcessU32(HarpMessage input) { CheckErrors(input, PayloadType.U32); return(input.GetPayloadUInt32()); }