namespace Shapes.Shapes; public sealed class Square : Shape { const int SideLengthMin = 10; const int SideLengthMax = 120; }