public static QuestionVote NegativeVote(User user) { var vote = new QuestionVote(user, NegativeValue); return vote; }