validate Time Window
fun validateTimeWindow(currentTime: Instant, timeWindow: TimeWindow?): NotaryError.TimeWindowInvalid?
Returns NotaryError.TimeWindowInvalid if currentTime is outside the timeWindow, and null otherwise.
Returns NotaryError.TimeWindowInvalid if currentTime is outside the timeWindow, and null otherwise.