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