namespace AipsCore.Domain.Abstract; public interface IUnitOfWork { Task SaveChangesAsync(CancellationToken cancellationToken = default); }