public void Start() { try { LuaEnv.LoadScript(_path + GetSettings.FileName); } catch (Exception ex) { Logging.WriteError(ex.Message); } }