openHBA
Handle* openHBA(std::string name);
Handle* openHBA(uint64_t wwn);
return (HBAList::instance()->openHBA(name)->getHandle());
openHBA(wwnConversion(wwn.wwn))->getHandle();