public static ILogger CreateStatic(Type type) => Log.ForContext(type);
 public static ILogger Create <T>() => Log.ForContext <T>();