public void Problem08_Return_Result_23514624000()
        {
            string path = BasePath + @"08\numbers.txt";
            double act  = Problem08.LargestProductSeries(path);

            Assert.True(act.Equals(23514624000));
        }