IEnumerator RefreshHighscores()
 {
     while (true)
     {
         _bookshelfHighscoresManager.DownloadHighscores();
         yield return(new WaitForSeconds(30));
     }
 }