public async Task HandleAsync(RevokeAccessToken command) { await _accessTokenService.DeactivateAsync(command.AccessToken); }