Object delegate = foreignType.newInstance();
ProfileCommand enhanced = (ProfileCommand) ClassLoaderAdapterBuilder.callingLoader(thisLoader)
.delegateLoader(dep1Loader).enhance(delegate);
ProfileManagerImpl manager = new ProfileManagerImpl();
enhanced.setManager(manager);
enhanced.configureProfile();
Assert.assertTrue(Proxies.isForgeProxy(enhanced));
}