/// <summary> /// Gets the <see cref="IConfigurationParameter"/> to used by the design manager to save and open configuration. /// </summary> /// <param name="serviceProvider">The a mechanism for retrieving a service object; that is, an object that provides custom support to other objects.</param> /// <returns>The <see cref="IConfigurationParameter"/> to used by the design manager to save and open configuration</returns> protected virtual IConfigurationParameter GetConfigurationParameter(IServiceProvider serviceProvider) { return(ServiceHelper.GetCurrentConfigurationParameter(serviceProvider));; }