public void RemoveChain(ITokenChain tokenChain)
 {
     _trackedChains.Remove(tokenChain);
     _notifyManager.Detach(tokenChain);
 }