public void Attach(NotifyInterface <TNotifyArgs> notifyInterface) { Observers += notifyInterface; }
public void Detach(NotifyInterface <TNotifyArgs> notifyInterface) { Observers -= notifyInterface; }