public RateService(HttpService httpService, JsonParser jsonParser) { _httpService = httpService; _jsonParser = jsonParser; }