private void Dispose(bool disposing) { if (disposing) { if (_service != null) { _service.Dispose(); _service = null; } } }