private static bool LogFullException(IServiceScope s) => (s.ResolveConfig_()["LogFullException"] ?? "false").ToBool();
private static string LoggerName(IServiceScope s) => s.ResolveConfig_()["LoggerName"] ?? "WebLogger";