def self.all(library_id = nil)
      lib_id = library_id || configuration.default_library_id
      response = get('getSurveys', {'LibraryID' => lib_id})
      if response.success?
        response.result['Surveys'].map do |survey|