/// <inheritdoc />
 public Task <int> GetIndexSizeAsync()
 {
     return(_tableStore.GetRecordCountAsync());
 }