class Supplier {
  constructor (client) {
    this.client = client
  }