@Test
 public void getPrimaryKeyClass() throws Exception {
   assertEquals(Integer.class, mPaymentMethodPrimaryKey.getPrimaryKeyClass());
 }