public void HostRefresh()
        {
            TwitchList <Stream> followed = new TwitchList <Stream>();

            followed.List = AuthenticatedClient.HostStreamsList.ConvertAll(hostStream => hostStream.Stream);
            List <string> hosters = AuthenticatedClient.HostStreamsList.ConvertAll(hoster => hoster.HostLogin);

            AuthenticatedClient.ResetHostStreamList();
            m_offset = 0;
            RefreshStreamPanel(followed, true, hosters);
        }