static function testValidId($id)
 {
     return $id !== null && ufront_core_Uuid::isValid($id);
 }