public TrackingUrlRepository(MongoUrl mongoUrl, ITrackingUrlIdGenerator idGenerator)
 {
     _collection  = new MongoRepository <TrackingUrlEntity>(mongoUrl);
     _idGenerator = idGenerator;
 }
 public TrackingUrlRepository(MongoUrl mongoUrl, ITrackingUrlIdGenerator idGenerator)
 {
     _collection = new MongoRepository<TrackingUrlEntity>(mongoUrl);
     _idGenerator = idGenerator;
 }