public void SetUp() { var spiral = new Spiral(new SpiralSettings()); center = spiral.GetCenter(); layouter = new CircularCloudLayouter(spiral); }