Currently, the only way to convert from OpenTelemetry's pdata model to expohisto is via iterating over the pdata model and adding the values one by one to the expohisto (CMIIW). Would it be possible to have a method to convert from pdata ExponentialHistogram model to expohisto efficiently?