namespace BLL.Models { public class AppSettings { public static string Title { get; set; } public static string Description { get; set; } } }