public IEnumerable <Place> Query(string query)
 => _trie.GetByPrefix(query).SelectMany(x => x.Value);