IReflectExtensionProperties implementations which gives back PropertyInfo about all public instance properties which are writeable of the reflected extension
Inheritance: IReflectExtensionProperties
        public ExtensionPublicPropertyReflectorTest()
        {
            this.extension = new CustomExtension();

            this.testee = new ReflectExtensionPublicProperties();
        }