@SmallTest
 @MediumTest
 @LargeTest
 public void testMapGetReturnsNullForMissingProperty() throws JSONException {
   GraphUser graphUser = GraphObject.Factory.create(GraphUser.class);
   assertNull(graphUser.getBirthday());
 }