Logger.LogInformation("Question '{OldQuestionContent}', Chapter '{OldchapterId}' and the correct answer '{OldIdAnswerGood}' edited in '{NewQuestionContent}' for Chapter '{NewchapterId}' with 4 answers : '{IdAnswer1}':'{NewAnswerContent1}', '{IdAnswer2}':'{NewAnswerContent2}', '{IdAnswer3}':'{NewAnswerContent3}', '{IdAnswer4}':'{NewAnswerContent4}' the correct '{IdAnswerGood}'",OldQuestionContent,OldQuestionIdChapter,OldIdAnswerGood,question.Content,question.IdChapter,answers[0].Id,answers[0].Content,answers[1].Id,answers[1].Content,answers[2].Id,answers[2].Content,answers[3].Id,answers[3].Content,IdAgood);