/// <summary>
 /// Refresh the statically cached section
 /// </summary>
 public static void RefreshConfig()
 {
     ConfigurationManager.RefreshSection("sampleConfig");
     _current = null;
 }
 /// <summary>
 /// Refresh the statically cached section
 /// </summary>
 public static void RefreshConfig()
 {
     ConfigurationManager.RefreshSection("sampleConfig");
     _current = null;
 }