protected final DataHolder fetchData(Context context, DataBroker databroker)
     throws GoogleAuthException {
   return databroker.loadGameCollection(
       mGamesContext, mPageSize, mCollectionType, mExpandCachedData);
 }