fs.outputFile(this.paths.svg, vizSvg, (error) => {
                if (error) {
                    reject(error);
                }