public PropertyMessageCorrelationId(PropertyInfo propertyInfo)
 {
     _property = ReadPropertyCache <T> .GetProperty <Guid>(propertyInfo);
 }