public static void Encrypt(string path) { ArgumentNullException.ThrowIfNull(path); FileSystem.Encrypt(path); }