/// <summary>
 /// Gets the <see cref="IConfigurationSource"/> 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="IConfigurationSource"/> to used by the design manager to save and open configuration</returns>
 protected virtual IConfigurationSource GetConfigurationSource(IServiceProvider serviceProvider)
 {
     return(ServiceHelper.GetCurrentConfigurationSource(serviceProvider));
 }