static long ProcessS64(HarpMessage input) { CheckErrors(input, PayloadType.S64); return(input.GetPayloadInt64()); }