const rawTemplate = () : Promise <string> => {
        return app.loadResource(defaultTemplate).then(buf => buf.toString('utf8'));
    };