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