@Before
 public void setUp() {
   marshallerFactory = new MarshallerFactoryImpl();
   unmarshaller = new ReflectionUnmarshaller();
   output = DocumentFacade.createDocument();
 }