public MongoTableRepositoryQueryTests()
 {
     _repository = new MongoTableRepository<Poco>(new MongoUrl("mongodb://localhost/tests"));
 }
 public MongoTableRepositoryCudTests()
 {
     _repository = new MongoTableRepository <Poco>(new MongoUrl("mongodb://localhost/tests"));
 }