namespace Brizco.Identity.Api.Services.Contracts; public interface IUserService : IScopedDependency { Task> GetUsersAsync(CancellationToken cancellationToken); }