| Overload | Description | 
|---|---|
| Unsubscribe(Action<ActiveTemplateChangedEventArgs>) | Unsubscribe from the ActiveTemplateChangedEvent by specifying the same action that was given to Subscribe. | 
| Unsubscribe(SubscriptionToken) | Unsubscribe from the ActiveTemplateChangedEvent by specifying the token that was returned by Subscribe. |