public Dictionary <string, string> GetSettingsAsHTML()
 {
     return(_configSerializer.GetSettingsAsHTML(this));
 }