public override void InputMessage(MessagePayload toInput)
 {
     toInput.RemoveHeader(typeof(LastSentHeader));
     OnMessageProcessed(toInput);
 }