static ExceptionHandler()
 {
     client = RaygunUtility.GetClient();
 }
 void ReportClick(object sender, RoutedEventArgs e)
 {
     RaygunUtility.SendError(client, Exception);
     ((Button)sender).IsEnabled = false;
 }