public void Table(string tableName) { var action = new RemoveTable(_dataClient); action.SetTableNames(tableName); action.Execute(); }