@Test
 public void testFromToJSON() {
   Match match = create();
   assertEquals(match, Match.fromJSON(match.toJSON()));
 }