/// <summary> /// Rollback current transaction /// </summary> public Task <bool> RollbackAsync() => _engine.RollbackAsync();