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