public string[] GetNames(
     string query   = "",
     int maxResults = 10) => queries.GetNames(query, maxResults);