Source/NuGetGallery.Operations/PackageRegistration.cs (9 lines of code) (raw):

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