private void HandleUnwatch(Unwatch uw) { _watchers?.Remove(uw.Watcher); }
private void HandleUnwatch(Unwatch uw) => _extras?.Unwatch(uw.Watcher);