public void LineCreation()
        {
            String filePath = @"..\..\..\Scripts\Geometry\line_creation.ds";

            GeometryTestFrame.RunAndCompare(filePath);
        }
        public void PointArrayCreation()
        {
            String filePath = @"..\..\..\Scripts\Geometry\point_creation_array.ds";

            GeometryTestFrame.RunAndCompare(filePath);
        }