public set name(value: string) {
        this.getConfigXML().then((xmlSugar) => {
            xmlSugar.setName(value);
        });
        this._name = value;