/// <summary>
        /// Initializes a new instance of the CaptionSettingsPluginBase class.
        /// </summary>
        protected CaptionSettingsPluginBase()
        {
            this.SettingsCommandId = "CaptionSettings";

            this.Label = AssemblyResources.GetString("CaptionSettings");
        }