The `toTraceId()` method on [OTSpanContext](https://github.com/DataDog/dd-trace-java/blob/master/dd-trace-ot/src/main/java/datadog/opentracing/OTSpanContext.java#L17) calls `.toString()` on the `DDTraceId`, which the Javadoc for says ["Returns a 64-bit only decimal String representation of the DDTraceId"](https://github.com/DataDog/dd-trace-java/blob/master/dd-trace-api/src/main/java/datadog/trace/api/DDTraceId.java#L58). So how do we get the original 128-bit hexadecimal TraceId?