public void Log <TState>(LogLevel logLevel, EventId eventId, TState state, Exception exception, Func <TState, Exception, string> formatter)
 {
     _logSinkProvider.Log(_categoryName, logLevel, eventId, state, exception, formatter);
 }