public bool CanUserVote(string userId) => Rates.All(x => x.UserId != userId);