<PackageReference Include="Relativity.Shared.SDK" Version="1.8.0" />

IHaveGuids

public interface IHaveGuids
Declares that the object will have Guid identifiers.
List<Guid> Guids { get; set; }

The list of Guids that uniquely identify the object globally.