public void UserRate(CountryVoteRequest request) { var countryService = new CountryService(); countryService.AddCountryVote(request); }