Converts a Duration to microseconds for JSON encoding.
int jsonEncodeDurationInMicroseconds(final Duration duration) => duration.inMicroseconds;