public HttpResponseMessage GetAllStatistics(int rank) { return(Request.CreateResponse(HttpStatusCode.OK, _movieServices.GetBest(rank))); }