public bool DropIndex(string cluster, string shard, string database, string collection, string indexName) { try { return(dbMgtServer.DropIndex(cluster, shard, database, collection, indexName)); } catch (System.Exception ex) { throw ex; } }