public Rectangle(IInputProvider input) : base(input) { this.Height = input.GetHeight(); this.Width = input.GetWidth(); }