public WebInitializer(IDbContextFactory factory, IWebServerStartup webServerStartup, IShutdownHandler shutdownHandler)
 {
     _factory          = factory;
     _webServerStartup = webServerStartup;
     _shutdownHandler  = shutdownHandler;
     _cts = new CancellationTokenSource();
 }
 public WebInitializer(IDbContextFactory factory, IWebServerStartup webServerStartup, IShutdownHandler shutdownHandler) {
     _factory = factory;
     _webServerStartup = webServerStartup;
     _shutdownHandler = shutdownHandler;
     _cts = new CancellationTokenSource();
 }