@startuml skinparam backgroundColor transparent interface CommandHandler { + execute(request: T): void } @enduml