public Microsoft.Extensions.Logging.ILogger CreateLogger(string categoryName) { return(new NajlotLogWrapper(_logAdministrator.GetLogger(categoryName))); }