const pauseButton = new TouchBarButton({
          icon: touchbarIcons.pause,
          click: () => this.window.send(IpcEvents.PAUSE)
        });