public static T     assert_Is_Null <T>(this T target) where T : class
 {
     return(nUnitTests.assert_Is_Null(target));
 }