private Dictionary <string, ulong> mNameToIdLookup    = new Dictionary <string, ulong>();    //Name, GroupId

        public LinkshellManager(WorldManager worldManager, Object groupLock, Dictionary <ulong, Group> worldGroupList)
        {
            mWorldManager                = worldManager;
            mGroupLockReference          = groupLock;
            mCurrentWorldGroupsReference = worldGroupList;
        }