public void Problem11_Return_Result_70600674()
        {
            string path = BasePath + @"11\grid.txt";

            long act = Problem11.LargestProductInAGrid(path);

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