public Reference(SpanContext context, string referenceType)
 {
     Context       = context ?? throw new ArgumentNullException(nameof(context));
     ReferenceType = referenceType ?? throw new ArgumentNullException(nameof(referenceType));
 }