using System.IO; namespace Services { public interface IJwtServiceSettings { string Secret { get; set; } } }