internal Text(uint numericId, string textId, TextFirstModel model) : this(numericId, textId, model, new Dictionary <ushort, string>()) { }
internal Text(uint numericId, string textId, TextFirstModel model, Dictionary <ushort, string> translations) { NumericId = numericId; TextId = textId; Model = model; Translations = translations; }