/// <inheritdoc />
 public Task DropIndexAsync()
 {
     return(_tableStore.DeleteTableAsync());
 }