_service.setStopBeanService(_stopBeanService);
_stopSequencesService = new StopSequencesServiceImpl();
_service.setStopSequencesLibrary(_stopSequencesService);
_stopSequenceBlocksService = new StopSequenceCollectionServiceImpl();
_service.setStopSequencesBlocksService(_stopSequenceBlocksService);
_narrativeService = Mockito.mock(NarrativeService.class);
_service.setNarrativeService(_narrativeService);
_stopSequenceBlocksService.setNarrativeService(_narrativeService);