private void DropIndexAsync(HashSet<string> attributes, IndexDroppedCallBack callBack) { }
private void DropAllIndexesAsync(IndexDroppedCallBack callBack) { }
private void DropIndexAsync(string attribute, IndexDroppedCallBack callBack) { }