If you want to create an aspect adapter, then you must specify the
receiver instance (the subject), along with an indication that
update: messages are to be forwarded, and the name for the
getter and setter accessors, by instantiating one of the following
patterns. Note that the names are provided as #-marked literals,
with no colons:
(AspectAdaptor new) subject: F;
subjectSendsUpdates: true;
forAspect: accessor name
(AspectAdaptor new) subject: F;
subjectSendsUpdates: true;
accessWith: getter name
assignWith: setter name}