public HexViewEditorFormatMap(HexView hexView, TC.EditorFormatMapService editorFormatMapService)
			: base(editorFormatMapService, DefaultWpfHexViewOptions.AppearanceCategoryName) {
			if (hexView == null)
				throw new ArgumentNullException(nameof(hexView));
			this.hexView = hexView;
			hexView.Options.OptionChanged += Options_OptionChanged;
			Initialize();
		}
			TheClassificationFormatMapService(IThemeService themeService, VSTC.IEditorFormatMapService editorFormatMapService, TC.IEditorFormatDefinitionService editorFormatDefinitionService, VSTC.IClassificationTypeRegistryService classificationTypeRegistryService)
			: base(themeService, editorFormatMapService, editorFormatDefinitionService, classificationTypeRegistryService) {
			}
			public TheEditorFormatMapService(IThemeService themeService, ITextAppearanceCategoryService textAppearanceCategoryService, TC.IEditorFormatDefinitionService editorFormatDefinitionService)
				: base(themeService, textAppearanceCategoryService, editorFormatDefinitionService) {
			}