internal static DocumentReference DoTransformInternal(DocumentReference documentReference, ThingBase thing)
        {
            documentReference.SetStatusAsCurrent();

            documentReference.SetIndexed(thing.EffectiveDate);

            documentReference.SetType();

            documentReference.AddCommonData(thing.CommonData);

            return(documentReference);
        }