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