public TestServiceContext()
 {
     AppLifetime            = new LifetimeNotImplemented();
     Log                    = new TestKestrelTrace();
     ThreadPool             = new LoggingThreadPool(Log);
     DateHeaderValueManager = new TestDateHeaderValueManager();
 }
 public TestServiceContext()
 {
     AppLifetime = new LifetimeNotImplemented();
     Log = new TestKestrelTrace();
     ThreadPool = new LoggingThreadPool(Log);
     DateHeaderValueManager = new TestDateHeaderValueManager();
 }
 public TestServiceContext()
 {
     AppShutdown            = new ShutdownNotImplemented();
     Log                    = new TestKestrelTrace();
     DateHeaderValueManager = new TestDateHeaderValueManager();
 }