namespace BusinessERP.JWTConfiguration { public class JwtConfig { public string Secret { get; set; } } }