Task IGenericAuthenticationProvider.DestroyUserAsync(ISqlCallContext ctx, int actorId, int userId, string schemeSuffix, CancellationToken cancellationToken)
 {
     return(_basic.DestroyPasswordUserAsync(ctx, actorId, userId, cancellationToken));
 }