private void UpVote_Tapped(object sender, TappedRoutedEventArgs e) { e.Handled = true; Context?.UpVote(); }