public TestLoggerProvider(TestLogSink testLogSink) { _logSink = testLogSink; }
public TestLogger(TestLogSink logSink) { _logSink = logSink; }