public void Setup() { var client = new MongoClient(Constants.MongoDbConnectionUri()); _commentsRepository = new CommentsRepository(client); }