class Location {
  constructor(client, locationId) {
    this.client = client;
    this.locationId = locationId;
  }