public IHttpActionResult GetAnalyze(int id) { var analyze = _analyzeService.GetAnalyze(id); return(Ok(analyze)); }