public void Clear() { Server.Clear(TableName, () => { }); }
public void Clear() { Server.Clear(TableName, () => Inner.Clear()); }