public void EnableAll_SubscribesToAllEvents(string key) { var tracer = new TestTracer(); tracer.EnableAll(); Assert.True(tracer.IsEnabled(key)); }