public static bool Exists(string name)
 {
     return(DefaultProvider.Exists(name));
 }