ProjectImportResults getInitialImportResults(
     final ProjectImportData projectImportData, final I18nHelper i18n, final int usersToCreate) {
   return new ProjectImportResultsImpl(
       System.currentTimeMillis(),
       projectImportData.getIssueEntityCount(),
       usersToCreate,
       projectImportData.getValidAttachmentsCount(),
       i18n);
 }