Allow: ``` $builder->stage(Take::class, []); ``` and then also facilitate alias mapping / overriding, e.g. ``` $map = [ Take::class => 'take', ]; ```