@Test
 public void testPreparationPropertyAccessor() throws Exception {
   assertThat(FieldAccessor.ofBeanProperty().prepare(instrumentedType), is(instrumentedType));
   verifyZeroInteractions(instrumentedType);
 }