public async Task <LikeResult> RateProfile(string login, bool like) { return(await socialService.RateProfile(login, like)); }