class Activity {
  constructor(client, activityId) {
    this.client = client;
    this.activityId = activityId;
  }