public static void InvalidActualType() { ThrowsAny <ConstraintViolationException>(() => Concept.Assert(typeof(Number <DateTime>))); }