public bool DropIndex(string collection, string name)
 {
     return(_engine.DropIndex(collection, name));
 }