public ChannelResource ClearTenantTags()
 {
     TenantTags.Clear();
     return(this);
 }
 public WorkerResource ClearWorkerPools()
 {
     WorkerPoolIds.Clear();
     return(this);
 }