public void testDelete02() throws Throwable {
   rao.delete(doc.getDocumentReference());
 }
 public void testDelete01() throws Throwable {
   rao.delete(doc);
 }