protected void Dispose(bool disposing) { if (_disposed) { return; } if (disposing) { Context?.Dispose(); } _disposed = true; }