public IEnumerable <string> GetAllTenants()
 {
     return(items.Select(x => x.Tenant).Distinct());
 }