public CommitArt()
 {
     configurationService = new ConfigurationService();
     excelService         = new ExcelService();
     dateTimeEnumerator   = new DateTimeEnumeratorService();
     processService       = new ProcessService();
 }
 public HistoryRandomizer()
 {
     configurationService = new ConfigurationService();
     dateTimeEnumerator   = new DateTimeEnumeratorService();
     processService       = new ProcessService();
 }