namespace BuildingBlocks.Mongo; public interface IMongoUnitOfWork : IUnitOfWork where TContext : class, IMongoDbContext { }