public override void Removed() { base.Removed(); Target?.Dispose(); Batch?.Dispose(); Target = null; Batch = null; }