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