public RandomDisplay(DisplayImpl impl) : base(impl) { }
public IncreaseDisplay(DisplayImpl impl, int step = 1) : base(impl) { this.step = step; }