public Topic GetTopicFromCache(string topic)
 {
     return(_metadataQueries.GetTopicFromCache(topic));
 }