protected void SelfAssertArgumentFalse(bool boolValue, string message)
 {
     AssertionConcern.AssertArgumentFalse(boolValue, message);
 }