public static IVerifier IsNotMobile(this IVerifier target, string mobile, Exception exception)
 {
     return(target.IsNotMobile(mobile, () => { throw exception; }));
 }