public void Setup()
 {
     using (var context = new TestDbContext())
         DbTools.CreateNewDatabase(context);
 }