@Before
 public void prepare() {
   dbHandler = DummyDatabaseHandler.getInstance();
   jsonHandler = JSONHandler.getInstance();
 }