protected void SelfAssertStateFalse(bool boolValue, string message)
 {
     AssertionConcern.AssertStateFalse(boolValue, message);
 }