public WebHostTabPresenter(IWebHostTabView view)
 {
     _view = view;
      ServerDelegate.ParentInstance = this;
      _server = new PageDownloaderIpcServer<ServerDelegate>(Globals.ChannelId);
 }
 public WebHostTabPresenter(IWebHostTabView view)
 {
     _view = view;
     ServerDelegate.ParentInstance = this;
     _server = new PageDownloaderIpcServer <ServerDelegate>(Globals.ChannelId);
 }