public IActionResult Get() { var consultaAll = _exameService.GetAllIncludingProperties(); return(Json(consultaAll)); }