public override ICryptoTransform GetDecryptionTransform(string algorithm, byte[] iv)
 {
     return(_key.GetDecryptionTransform(algorithm, iv));
 }