The API contains a typo in the method. ``` var pipelineBatchRepo = new SitecorePipelineBatchRepository(); return pipelineBatchRepo.GetTentants().Where(t => t.Enabled); ```