public void SetUp()
 {
     _network = Fix.CreateNetwork();
     _uut     = new SmilePBNRecommender(Fix.SomeType(), _network);
 }