public CookRobotDecorator(BaseRobot robot) : base(robot) { }
public EmailRobotDecorator(BaseRobot robot) : base(robot) { }
public CleanRobotDecorator(BaseRobot robot) : base(robot) { }