public getSettings(): Observable<ISettings> {
        return this.http.get<ISettings>(this.baseUrl() + 'api/settings');
    }