public static void TestFieldAsCollectionUnchanged(TestClosureValidators target)
 {
     //target.EnsuresAllNonNullCollection();
 }
 public static void TestFieldArrayUnchanged(TestClosureValidators target)
 {
     //target.EnsuresAllNonNullArray();
 }