/// <summary>
 /// Sets up the current settings from application config
 /// </summary>
 static ServiceProviderErrorHandlerConfiguration()
 {
     current = ConfigurationManager.GetSection("serviceProviderErrorHandlerConfiguration") as ServiceProviderErrorHandlerConfiguration;
 }
 /// <summary>
 /// Sets up the current settings from application config
 /// </summary>
 static ServiceProviderErrorHandlerConfiguration()
 {
     current = ConfigurationManager.GetSection("serviceProviderErrorHandlerConfiguration") as ServiceProviderErrorHandlerConfiguration;
 }