public getStations(): Observable<IStopLocations> {
        return this.http.get<IStopLocations>(this.baseUrl() + 'api/geo/stops');
    }