namespace Newsbot.Collector.Domain.Models.Config; public class JwtSettings { public string? Secret { get; set; } }