public static void main(String[] args) throws IOException {
   Communication com = CommunicationFactory.createCommunicationFromProperties();
   CSVFileManager manager = new CSVFileManager(com);
   TestSpeedOfFolders tsof = new TestSpeedOfFolders(manager);
   // tsof.createTestData();
   tsof.doIt();
 }