public static bool IsCNPJ(this string source)
 {
     return(Cnpj.ValidaCNPJ(source));
 }