public bool IsValidAlgorithm(string algorithmType)
 {
     return(AlgorithmTypes.Contains(algorithmType));
 }