<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="5001.0.38" />

Relativity.Testing.Framework.Models.IHaveGuids

public interface IHaveGuids
Represents the interface for model classes that have guid list.
List<Guid> Guids { get; set; }

Gets or sets guids list.