namespace API.DTO { public struct UnSettable { public T value { get; set; } } }