IEnumerator WaitALittle()
    {
        yield return(new WaitForSecondsRealtime(2f));

        gameAdresses = networkDiscovery.GetInformation();
        StopAllCoroutines();
    }