internal Algorithm GetAlgorithm(AlgorithmType algorithmType, Neighborhood <ToSolution> neighborhood) => AlgorithmFactory.CreateAlgorithm(algorithmType, neighborhood);
internal Algorithm GetAlgorithm(AlgorithmType algorithmType) => AlgorithmFactory.CreateAlgorithm(algorithmType);