1 2 3 4 5 6
namespace CrupestApi.Commons; public interface ISecretService { List<string> GetPermissions(string secret); }