public async updateCommonCommands(): Promise<void> {
        if (0 === Object.keys(this._commonCommands).length) {
            return this.remove(CONFIG_ITEMS.commonCommands);
        } else {
            return this.update(CONFIG_ITEMS.commonCommands, this._commonCommands);