@override Future<Result<int>> executeAsyncStart(String connectionId, String sql) async { return _repository.executeAsyncStart(connectionId, sql); }