public void TestCleanup()
 {
     dbClient.ClearTables();
     dbClient.Close();
     TransactionScope.Dispose();
  
 }