namespace Core.Thalos.Infraestructure.Caching.Configs { public class CacheSettings { public int DefaultCacheDurationInMinutes { get; set; } } }