public async Task <IActionResult> GetHealth()
 {
     return(await Task.Run(() => Ok(_informationRepository.GetData())));
 }