public get settings(): ICommonSettings {
        if (!this._settings) {
            this._settings = this.retrieve();
        }