public static void createManagedObject() throws Exception {
FragmentOneConverter oneConverter = new FragmentOneConverter();
platform.getConversionService().register(oneConverter);
platform.getValidationService().register(oneConverter);
FragmentTwoConverter twoConverter = new FragmentTwoConverter();
platform.getConversionService().register(twoConverter);
platform.getValidationService().register(twoConverter);
FragmentThreeConverter threeConverter = new FragmentThreeConverter();
platform.getConversionService().register(threeConverter);