public void Refresh() { var file = HostedScriptEngine.ConfigFilePath(); if (file != null) { _config = KeyValueConfig.Read(file); } }