namespace Model.Entity.Parts; public class EntityIdAbilityModel : IEntityPartInterface { public string Type { get; set; } = "EntityIdAbilityModel"; public string Id { get; set; } }