namespace isnd.Entities { public class IsndSettings { public string ExternalUrl { get; set; } public string ProtectionTitle {get; set;} public string PackagesRootDir {get; set;} public string CatalogDir {get; set;} public int MaxUserKeyCount {get; set;} } }