``` Typescript @Declare.CommandProcessor(BoxesCommands.CHANGE_COLOR) public commandChangeColor(sourceCommand: Command): void { this.playerBox.getComponent(ColorChanger).switchColor(); } ```