public void SetUp()
 {
     RequestDispatcherStub        = new AsyncRequestDispatcherStub();
     RequestDispatcherFactoryStub = new AsyncRequestDispatcherFactoryStub(RequestDispatcherStub);
     EventAggregatorStub          = new EventAggregatorStub();
     ViewMock  = new Mock <TView>();
     Presenter = CreatePresenter();
 }
 public AsyncRequestDispatcherFactoryStub(AsyncRequestDispatcherStub asyncRequestDispatcherStub)
 {
     this.asyncRequestDispatcherStub = asyncRequestDispatcherStub;
 }
 public AsyncRequestDispatcherFactoryStub(AsyncRequestDispatcherStub asyncRequestDispatcherStub)
 {
     this.asyncRequestDispatcherStub = asyncRequestDispatcherStub;
 }