@Test
  public void testReturnsVoidTypeWhenManagingNoSagas() throws Exception {
    manager = new AnnotatedSagaManager(sagaRepository);

    assertEquals(void.class, manager.getTargetType());
  }