command.setHandler( handler );
                    commandService.execute( command );
                }
                public WorkItem getWorkItem(long id) {
                    GetWorkItemCommand command = new GetWorkItemCommand();
                    command.setWorkItemId( id );
                    return commandService.execute( command );
                }
                public void clear() {
                    throw new UnsupportedOperationException();