pub trait AlgorithmParamters { type Arguments: Clone + Send + Sync + 'static; type Error: StdError + Send + Sync + 'static; }