Ejemplo n.º 1
0
 public override Task SetUpAsync()
 {
     return(_collection.CreateIndexAsync(IndexName, IndexKeys));
 }