Objectify tObjectify = ObjectifyService.begin();
Long tScramblePlurkQuestionID = null;
try
{
GlobalGameConfig tLastMonitoredPlurkID = tObjectify.get( GlobalGameConfig.class, GlobalGameConfig.getConfigDatastoreKey( cLastMonitoredPlurkID ) );
tScramblePlurkQuestionID = tLastMonitoredPlurkID.getLongValue();
}
catch (NotFoundException ex)
{
tObjectify.put( GlobalGameConfig.withKey( cLastMonitoredPlurkID ).withValue( null ) );
}