public void Detach(IParagraphEvents notify) { _clients.Remove(notify); }
public void Attach(IParagraphEvents notify) { _clients.Add(notify); }