namespace CrupestApi.Commons; interface ISecretService { List GetPermissions(string secret); }