I know Lua has method `public Dictionary<object, object> GetTableDict (LuaTable table)` I want to make the opposite, convert Dictionary to LuaTable. Any advice will be appreciated.