public KotterAlgorithmBasedBuilderTests()
 {
     _polynomialBuilder = new KotterAlgorithmBasedBuilder(new PascalsTriangleBasedCalcualtor());
 }