public BoardGameGeekInfoManager(IBoardGameGeekEngine engine, IUnitOfWork unitOfWork)
 {
     this.engine = engine;
     this.unitOfWork = unitOfWork;
     this.bggRepo = unitOfWork.GetBoardGameGeekInfoRepository();
 }