public void CaptureRequirementAreNotSameFailed()
 {
     BaseTestSite.CaptureRequirementIfAreNotSame("a", "a", 6, "The two strings should not be the same.");
 }