public async Task <IEnumerable <ApiScope> > GetApiScopesAsync(AuthorityParam param, CancellationToken cancellationToken)
 {
     return(await _repository.GetApiScopesAsync(param, cancellationToken));
 }