public override bool IsSymmetricAlgorithm(string algorithm)
 {
     return(_key.IsSymmetricAlgorithm(algorithm));
 }