public async Task <object> GetConfigurationAsync(AuthorityParam param, CancellationToken cancellationToken)
 {
     return(await _repository.GetConfigurationAsync(param, cancellationToken));
 }