@Test
 public void testConstructorId() {
   Match test = create();
   assertEquals(-1, test.getId());
 }