For the feature to set a single handler for all Interactions of a time, the Interaction name has to be passed at well. Should be reflected in the callback listing: ```javascript callback PropertyReadHandler = Promise<any> (string propertyName); callback PropertyWriteHandler = Promise<void> (any value, string propertyName); callback ActionHandler = Promise<any> (any parameters, string actionName); ``` The "The ActionHandler callback" section text also needs update. The other two sections look good.