@Authorize
  public getBaseStations(): Promise<IBaseStationRoot> {
    return this.get<IBaseStationRoot>(url.basestations);
  }