namespace Luticate2.Utils.Dbo { public class LuBoxedValueDbo : LuDbo { public T Value { get; set; } } }