public void CanSubmitProblemReportTestProject()
 {
     using (var dlg = new ProblemReporterDialogDouble())
     {
         dlg.ShowDialog();
         Assert.That(dlg.Success, Is.True, "Automatic submission of issue failed");
     }
 }
 public void CanSubmitProblemReportTestProject()
 {
     using (var dlg = new ProblemReporterDialogDouble())
     {
         dlg.ShowDialog();
         Assert.That(dlg.Success, Is.True, "Automatic submission of issue failed");
     }
 }