const backwardButton = new TouchBarButton({
          icon: touchbarIcons.backward,
          click: () => this.window.send(IpcEvents.PREVIOUS)
        });