ipcRenderer.on(IpcEvents[getType(DownloadsActions.onDownloadStarted)], (event, data) => {
      this.props.actions.onDownloadStarted(data);
    });