public void Dispose() { _tableStorage.DeleteTable(); }
public void Dispose() { #if !NETCOREAPP2_0 && !NETCOREAPP2_1 _tableStorage.DeleteTable(); #endif }