IHaveGuids public interface IHaveGuids Declares that the object will have Guid identifiers. Documentation List<Guid> Guids { get; set; } The list of Guids that uniquely identify the object globally.