public IEnumerable <string> GetChildTags() { return(_accountCollection.Where(a => a.Profiles.Any()).Select(x => _transport.GetQueueName(x.Name.Value))); }