interface GetGameHighScores : SimpleRequest<List<GameHighScore>>
interface SetGameScore : SimpleRequest<Boolean>