/// <summary> /// Called when the configuration has been updated. /// </summary> /// <param name="obj">The state config.</param> public static void OnConfigFileChange(object obj) { StateConfig state = (StateConfig)obj; state.ConfigureHandler(null); }