@After
 public void deleteDatabase() throws Exception {
   if (client != null && database != null) {
     client.deleteDatabase(database);
   }
 }