public CalculateRange(Range range) : base(range) { }
public Range(Range other) { StartAt = other.StartAt; EndAt = other.EndAt; }