MemoryEventStore memoryEventStore = new MemoryEventStore();
MatchHandler matchHandler = new MatchHandler(soccerMatch.getMatch(), memoryEventStore);
// Start
matchHandler.handle(new StartMatchCommand(matchId));
// Give cards
for (PlayerModel playerModel : soccerMatch.getPlayerSet()) {
if (playerModel.getPlayerName().equals("frank")) {