public static ControlledShutdownResponse parse(ByteBuffer buffer, int version) {
   return new ControlledShutdownResponse(
       ProtoUtils.parseResponse(ApiKeys.CONTROLLED_SHUTDOWN_KEY.id, version, buffer));
 }