public DbAbstractionTestList()
 {
     this.client = DbAbstractionTestContainer.INSTANCE.GetInstance <UserQueryClient>();
 }
 public DbAbstractionTestList(BootstrapFixture bootstrap)
 {
     this.client = bootstrap.GetInstance <UserQueryClient>();
 }