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