Method of IRepository
Get bundle by GUID
var ppBundle = Repository.GetBundle(sID);
ppBundle = Repository.GetBundle sID
CComPtr<IBundle> pBundle; HRESULT hr = Repository.GetBundle(sID, &pBundle);
IRepository