public static void main(String[] args) throws IOException {
   Properties properties = new Properties();
   properties.load(new FileInputStream(new File(args[0])));
   EventsToTravelDiaries.runEventsProcessing(properties);
 }