OpenTelemetry.Context.IRuntimeContextSlotValueAccessor
Describes a type of RuntimeContextSlot<T> which can expose its value as an Object.
namespace OpenTelemetry.Context
{
public interface IRuntimeContextSlotValueAccessor
{
object Value { get; set; }
}
}