namespace MusicStore
{
public class AppSettings
public string SiteTitle { get; set; }
public bool CacheDbResults { get; set; } = true;
}