public PageTrackerService(ICefConfig cefConfig, ILoggingService loggingService)
 {
     this.loggingService = loggingService;
     this.cef            = new PageTrackerCefApp(cefConfig, loggingService);
     this.cef.Initialize(false);
 }
 public SubProcessService(ICefConfig cefConfig, ILoggingService loggingService)
 {
     this.cef = new PageTrackerCefApp(cefConfig, loggingService);
 }
 public PageTrackerService(ICefConfig cefConfig, ILoggingService loggingService)
 {
     this.loggingService = loggingService;
     this.cef = new PageTrackerCefApp(cefConfig, loggingService);
     this.cef.Initialize(false);
 }