{
                            lastAnswer = await db.Answers.OrderByDescending(x => x.Id)
                                .FirstOrDefaultAsync(x =>
                                    x.QuestionSetId == questionSetId
                                    && x.WorkflowState != Constants.WorkflowStates.PreCreated