}
@Override
public MessagePollResponse getCommandResponse(Response restResponse,
CommandMetaData commandMetaData) {
final MessagePollView messagePollView = getResponseEntity(
MessagePollView.class, restResponse);
return new MessagePollResponse(messagePollView);
}