private void UpdateDownloadState(int?illustid = null, bool?exists = null) { HistoryItems.UpdateDownloadStateAsync(illustid, exists); }