namespace Modules.User.Application; public interface IUnitOfWork { Task SaveChangesAsync(CancellationToken cancellationToken = default); }