private IEnumerable <ApiResource> GetAllApiResources() { return(_dbRepository.All <ApiResource>()); }