Future<File> writeContentToFile(String content, String path) => fileSystemUtil.writeToFile(content, path);