using System.Collections.Generic; namespace Engine.Serialization; public class EntityDto { public Dictionary Fields { get; set; } = []; }