protected override void Dispose(bool disposing) { if (_service != null) { _service.Dispose(); } base.Dispose(disposing); }