class PointOfInterest {
  constructor(client, poiId) {
    this.client = client;
    this._poiId = poiId;
  }