namespace NuGetGallery.Operations { public class PackageRegistration { public string Id { get; set; } public int Key { get; set; } } }