protected virtual string AlgorithmName(AlgorithmType algorithmType) { return(PluginSupportedAlgorithms.AlgorithmName(algorithmType)); }
protected virtual string AlgorithmName(AlgorithmType algorithmType) => PluginSupportedAlgorithms.AlgorithmName(algorithmType);