static void Main(string[] args)
        {
            ShapesDrawer shapeDrawer = new ShapesDrawer();

            shapeDrawer.Draw();
        }