// }
//
// File userChosenFile = this.fileSaver.promptForTargetFile(outData);
//
if (outputFile == null) {
throw new AlgorithmCanceledException(
"User canceled file saving when choosing the destination of the file.");
}
//
// Data outputDatum =
// this.fileSaver.save(userChosenConverter, outData, userChosenFile);