public T FindDocumentByName <T>(string name) where T : hOOt.Document, new() { if (!_isAlive) { return(new T()); } UpdateLastUsedToken(); return(_hoot.FindDocumentByFileName <T>(name)); }