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