public set bundleID(value: string) {
        this.getConfigXML().then((xmlSugar) => {
            xmlSugar.setBundleId(value);
        });
        this._bundleID = value;