public void SetUpForAllTests()
        {

            _client = TestHelper.GetTestIdoClient();
            _builder = FromSyteline.UserSession.ConnectionID.UserName.RecordDate.CreateDate;
            _testLoc = TestHelper.GetTestSyteline();
        }
 public PartEntity(SLConfiguration loc)
 {
     _loc = loc;
     throw new NotImplementedException();
 }
 public CustomerOrderEntity(SLConfiguration loc)
 {
     _loc = loc; 
 }