/// <summary> /// Refreshes the configuration section, so that next time it is read it is retrieved from the configuration file. /// </summary> public static void Refresh() { _config = null; ConfigurationReader.RefreshConfig <T>(); }