public IActionResult GetJson()
 {
     return(Ok(_convertService.ReturnRoot()));
 }