public void CaptureRequirementAreSameFailed()
 {
     BaseTestSite.CaptureRequirementIfAreSame("a", "b", 4, "The two strings should be the same.");
 }