@Test
  public void testPullAllTranslationResponses() throws Exception {

    translationService.pullAllTranslationResponses(
        new Long(NEW_CLIENT_APP_ID), TEST_TWB_PROJECT_ID);
    assert (true);
  }