public async Task <IActionResult> UpdateOtherElasticSearch()
        {
            await _otherService.ReIndexElasticSearch();

            return(Ok());
        }