public async Task <SumaryRatingDto> GetReviewByStoreId(int storeId, int currentPage, int pageSize) { var response = await JongSnamServices.GetReviewByStoreIdWithHttpMessagesAsync(storeId, currentPage, pageSize, CustomHeaders); return(await GetRespondDtoHandlerHttpStatus <SumaryRatingDto>(response)); }