public IHttpActionResult AocaByRating(string id, string month) { return(Ok(_dashboardService.AocaByRating(id, month))); }