private static void drawMediumShape() { shapes.Add(factory.GetMediumShape()); Console.WriteLine(shapes.Last()); }