consumer.subscriptions.create('AppearanceChannel', {
  initialized() {
    this.hello = this.hello.bind(this);
    this.goodbye = this.goodbye.bind(this);
  },