namespace nuget_host.Entities { public class NugetSettings { public string ProtectionTitle {get; set;} public string PackagesRootDir {get; set;} public int MaxUserKeyCount {get; set;} } }