public void Dispose() { foreach (var @delegate in Notified.GetInvocationList()) { Notified -= @delegate as Action; } }