public static IVerifier IsFalse(this IVerifier target, bool value, Exception exception)
 {
     return(target.IsFalse(value, () => { throw exception; }));
 }