private async Task <List <Product> > GetItems() { await Task.Delay(500); return(await _elasticsearch.GetDocuments("product")); }