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