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