namespace Recyclarr.TrashLib.Config.Secrets; public interface ISecretsProvider { IReadOnlyDictionary Secrets { get; } }