constructor({parseYaml, settingFilePath}) {
        this.parseYaml = parseYaml;

        this.settingFilePath = settingFilePath;
    }