Response
ProcessorInstance.Response.Handled if processorInstance acknowledged and processed the message,
ProcessorInstance.Response.Unhandled if not or ignored.
Send a message with a piece of data to be immediately evaluated by the ProcessorInstance.IControl<T0>.OnMessage.
The message will be passed to the processorInstance by reference, so the processorInstance can modify it.