Cancel a subscription

To cancel a subscription, use the -= operator.

Example

public override void Stop()
{
    Session.UserChange -= Session_UserChange;
}