IHasName public interface IHasName Represents the interface for model classes that have string Name property. Documentation string Name { get; set; } Gets or sets the name.