public static bool  assert_Is_Not_False(this bool target)
 {
     return(nUnitTests.assert_Is_Not_False(target));
 }
 public static bool  assert_Is_Not_False(this bool target, string message = NUnit_Messages.ASSERT_TRUE)
 {
     return(nUnitTests.assert_Is_Not_False(target, message));
 }