class Destinations {
  constructor(client) {
    this.client = client;
  }