namespace PARR.API.RoleProvider { public interface ISimpleRoleProvider { Task> GetUserRolesAsync(string ipClient); } }