foreach (JToken child in parsedQuestionTranslations.Children())
            {
                var questionTranslation =
                    JsonConvert.DeserializeObject<QuestionTranslation>(child.ToString(), jsonSerializerSettings);
                Log.LogStandard("Core.GetAllQuestionSets",