public static void Register(HttpConfiguration config) { config.Services.Replace(typeof(ITraceWriter), new SimpleTracer()); }