public TestContext(ITestOutputHelper output) { _factory = new TestServerApplicationFactory <TStartup>(); InitLogging(output); }