@Test
 public void getPrimaryKeyColumn() throws Exception {
   assertEquals("id", mPaymentMethodPrimaryKey.getPrimaryKeyColumn());
 }