private void ViewDiffs()
 {
     if (ValidationSuiteReport.DiffsReportExists(PackageId))
     {
         Application.OpenURL("file://" + Path.GetFullPath(ValidationSuiteReport.DiffsReportPath(PackageId)));
     }
 }