pub fn process_payload(
    id: String,
    payload: &[u8],
    processors: &[Processor]
) -> ProcessingResult<SerializedOutputMessage>