Delegates message handling to the wrapped feature.
@override void accept(Msg message) => feature.accept(message);