public bool IsEnabled(Microsoft.Extensions.Logging.LogLevel logLevel)
 {
     throw new NotImplementedException();
 }
 public void Log <TState>(Microsoft.Extensions.Logging.LogLevel logLevel, EventId eventId, TState state, Exception exception, Func <TState, Exception, string> formatter)
 {
     throw new NotImplementedException();
 }