public static void Encrypt(string path) { if (_provider == null) { File.Encrypt(path); } else { _provider.Encrypt(path); } }