protected override object LoadDefaultSettings()
        {
            // Method which get the default settings for the plugin.
            //
            // Use this method to provide the default settings for your plugin.
            // These default settings are loaded when there are no settings available, e.g. the plugin is started for the first time.

            return(PluginSettings.DefaultSettingsWebserver());
        }