public DBCommand(ConnectionPool pool, int timeoutSec = 60) { _pool = pool; _isAsync = false; CommandTimeout = timeoutSec; }