public static ILoggingBuilder AddFixedApplicationInsights(this ILoggingBuilder builder, LogLevel minLevel)
 {
     return(builder.AddFixedApplicationInsights((category, logLevel) => logLevel >= minLevel));
 }