Add an Interval implementation like: ``` data class Interval(val from: Instant, val to: Instant) ```