// For now, there are only five standard arguments. If there are any
// new standard arguments added to START, they should be added here.
Game theReceivedGame = Game.createEphemeralGame(theRulesheet);
return new StartRequest(gamer, matchId, roleName, theReceivedGame, startClock, playClock);
}