public async Task OnReadAsync(TableReadEventArgs args) =>
 (TotalWords, WordData) = await WordCollectionService.GetWordsAsync(args.Page, args.PageSize, args.Filter);
 protected override async Task OnInitializedAsync() =>
 (TotalWords, WordData) = await WordCollectionService.GetWordsAsync(1, PageSize);