private void VerifyNotDisposed() { if (IsDisposed) { throw new ObjectDisposedException(this.GetType().ToString()); } }