public async Task DeactivateAsync(string userId, string token)
 {
     await _cache.AddStringAsync(GetKey(token), "deactivated");
 }