public TranslationStatistics PerformTranslationStatistics(TranslationSelection translations)
 {
     throw new NotImplementedException();
 }
 public Stream ExportTranslationsToCsv(TranslationSelection translations)
 {
     throw new NotImplementedException();
 }