private async void DownloadSpotlightItem_OnClick(object sender, RoutedEventArgs e) { var context = sender.GetDataContext <SpotlightArticle>(); await PixivEx.DownloadSpotlight(context); MessageQueue.Enqueue(Externally.DownloadSpotlightComplete(context)); }