namespace Syntriax.Engine.Serialization; public class EntityReference { public string Id { get; set; } }