}
@Override
public PlanGetResponse getCommandResponse(final Response restResponse,
final CommandMetaData commandMetaData) {
final PlanGetView planGetView = getResponseEntity(PlanGetView.class,
restResponse);
return new PlanGetResponse(planGetView);
}