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