public void InstrumentationCanBeAttachedWhenNoInstanceNameIsPresent()
        {
            UnnamedApplicationClass applicationObject = new UnnamedApplicationClass();
            strategy.AttachInstrumentation(applicationObject, instrumentationConfigurationSource, reflectionCache);

            Assert.IsTrue(applicationObject.IsWired);
        }
        public void InstrumentationCanBeAttachedWhenNoInstanceNameIsPresent()
        {
            UnnamedApplicationClass applicationObject = new UnnamedApplicationClass();

            strategy.AttachInstrumentation(applicationObject, instrumentationConfigurationSource, reflectionCache);
            Assert.IsTrue(applicationObject.IsWired);
        }