@Test
 @Ignore
 public void testDelete() throws Exception {
   if (appointment != null && !appointment.isNewInstance()) {
     appointment.delete();
   }
 }