namespace NuGetGallery.Operations.Model { public class Db { public string Name { get; set; } public byte State { get; set; } } }