private void btnQueryLicense_Click(object sender, RoutedEventArgs e)
 {
     StoreHelper.GetAppLicenseInformation(this);
 }