Inheritance: IStyleManager
 protected StyledClassificationFormatDefinition(StyleManager styleManager)
     : this()
 {
     var style = styleManager.GetStyleForClassificationType(ClassificationTypeName);
     ForegroundColor = style.ForegroundColor;
 }