context.branch();
context.info("Creating Image Factory");
final NewType beanFactory = this.getBeanFactory();
final NewNestedInterfaceType imageFactory = beanFactory.newNestedInterfaceType();
imageFactory.setNestedName(Constants.IMAGE_FACTORY_NESTED_CLASS_NAME);
imageFactory.setStatic(true);
imageFactory.setSuperType(this.getImageFactory());
imageFactory.setVisibility(Visibility.PACKAGE_PRIVATE);