Future<Result<int>> executeAsyncStart(String connectionId, String sql) => _repository.executeAsyncStart(connectionId, sql);