Could a second save option be added to allow the user to define the savelocation of generated reports? ``` @JsonIgnore public void save(String targetPath, string fileName) { SimpleFileReader.saveRelativePath(targetPath, fileName, this.toJson()); } ```
Could a second save option be added to allow the user to define the savelocation of generated reports?