If the first parameter is a hashref, additional options may be given:
Entity::Thing->create({
},
done => sub { ... },
fail => sub { ... },
);
# Bring the model in at compilation stage, since I have a vague # idea that perhaps this way performance is better. BEGIN { my $model = EntityModel->new; }