public async Task <IEnumerable <IdentityResource> > FindIdentityResourcesByScopeNameAsync( IEnumerable <string> scopeNames) { return(await _identityResourceRepository.GetByNameAsync(scopeNames, default)); }