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