public void testDoLoadGameList()
        {
            //LISTEN
            _iCustomService.customServiceLoadedSignal.AddListener(onCustomServiceLoadedSignal);

            //SETUP
            _iCustomService.doLoadGameList();
        }