namespace Diligent.WebAPI.Business.Settings { public class AuthorizationSettings { public string Secret { get; set; } } }