namespace IdentityShroud.Core.Contracts; public interface ISecretProvider { Task GetSecretAsync(string name); }