public WeakOnListChangedCallback(OnListChangedCallback<T> delegate) { this.ref = new WeakReference<>(delegate); }