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

IHaveArtifactID

public interface IHaveArtifactID
Declares that the object will have an Artifact ID.
int ArtifactID { get; set; }

An Int32 that uniquely identifies the object in the current context (i.e. workspace vs. admin).