public SymmetricAlgorithm GetEncryptionAlgorithm()
 {
     return(CryptoAlgorithms.CreateAes());
 }