public void ConstructorTest()
 {
     _collectionUpdater = new Collection.CollectionUpdater(_databaseUpdater, MONGO_COLLECTION_1_NAME);
     Assert.IsNotNull(_collectionUpdater);
 }
 public void ConstructorTest()
 {
     _collectionUpdater = new Collection.CollectionUpdater(_databaseUpdater, MONGO_COLLECTION_1_NAME);
     Assert.IsNotNull(_collectionUpdater);
 }