protected void SelfAssertStateTrue(bool boolValue, string message)
 {
     AssertionConcern.AssertStateTrue(boolValue, message);
 }