@Test
  public void submitCallableTest() throws InterruptedException, ExecutionException {
    ExecutorWrapperFactory ef = new ExecutorWrapperFactory();

    SubmitterExecutorInterfaceTest.submitCallableTest(ef);
  }