protected override void ChangeTextPrivacy(TextBox text, Privacy newPrivacy)
 {
     text.ApplyPrivacyStyling(ContentBuffer, Target, newPrivacy);
 }