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