namespace Moonlight.Api.Infrastructure.Configuration; public class CacheOptions { public bool EnableLayer2 { get; set; } }