pub fn make_args<A: GenericCongAvoidAlg>(
    name: &str,
    logger: impl Into<Option<Logger>>
) -> Result<(Alg<A>, String), ParseIntError>