class Activities {
  constructor(client) {
    this.client = client;
    this.bySquare = new BySquare(client);
  }