private ImageQuestionModel GetNextQuestion(IGame game) { var gameQuestion = game.GetQuestion(); return new ImageQuestionModel { imageUrl = gameQuestion.Picture.ImageUrl, answerVersions = gameQuestion.GetAnswers() }; }