public string[] GetLogDirectoryNames()
 {
     assertConnected();
     try
     {
         return(wsClient.GetLogDirectoryNames(accessToken()));
     }
     catch (Exception ex)
     {
         throw TranslateException(ex);
     }
 }