Replace Delegation With Hierarchy

You’re using delegation and are often writing many simple delegations for the entire interface

Make the delegate a module and include it into the delegating class.

image/svg+xml name Person name Employee Employee name Person «module»