public static void SetTraceEndPoint(this TraceConfig config, string value) { config.AddOrUpdate(TraceEndPointKey, value); }