public EquationSolver(IRoots rootsEvaluator)
 {
     _rootsEvaluator = rootsEvaluator;
 }