public void CanComputeUnrolledLength()
        {
            var polygon = new RectangularPolygon(PointF.Empty, new PointF(100, 200));

            Assert.Equal(600, polygon.ComputeLength());
        }