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