public async Task <string> ReIndex() { var allPosts = (await _complexStringRepository.GetAllAsync()).ToList(); var res = await ElasticRepository.ReIndex(allPosts); return(res); }