public override Task ApplyIntrospectionResponse([NotNull] ApplyIntrospectionResponseContext context)
 => _eventService.PublishAsync(new OpenIddictServerEvents.ApplyIntrospectionResponse(context));
 public Task ApplyIntrospectionResponse(ApplyIntrospectionResponseContext context)
 {
     throw new NotImplementedException();
 }