{
App app = new App().redirectStreamout();
app.beer();
DataStoreFactory dataStoreFactory = IoCs.findOrCreateInstance( DataStoreFactory.class );
ExtendedInMemoryPathTrackingDataStore ptds =
ExtendedInMemoryPathTrackingDataStore.class.cast( dataStoreFactory.getPathTrackingDataStore() );
Map<String, Set<PathTrackingEntry>> all = ptds.retrieveAll();
System.out.println( all );