public override byte[] EncryptKey(string algorithm, byte[] keyData)
 {
     return(_key.EncryptKey(algorithm, keyData));
 }