public void InstrumentationCanBeAttachedWhenInstanceNameIsPresent()
        {
            NamedApplicationClass applicationObject = new NamedApplicationClass();
            strategy.AttachInstrumentation("InstanceName", applicationObject, instrumentationConfigurationSource, reflectionCache);

            Assert.IsTrue(applicationObject.IsWired);
        }
        public void InstrumentationCanBeAttachedWhenInstanceNameIsPresent()
        {
            NamedApplicationClass applicationObject = new NamedApplicationClass();

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