}
@Override
public PlanListResponse getCommandResponse(final Response restResponse,
final CommandMetaData commandMetaData) {
final PlanListView planListView = getResponseEntity(PlanListView.class,
restResponse);
return new PlanListResponse(planListView);
}