namespace AyaNova.Models { public partial class NewTextIdConcurrencyTokenItem { public long Id { get; set; } public string NewText { get; set; } public uint ConcurrencyToken { get; set; } } }