public ReplayMessageHandler(IMessageDispatcher dispatcher, IMessageDispatchFactory dispatchFactory)
 {
     _dispatcher      = dispatcher;
     _dispatchFactory = dispatchFactory;
 }