public void TestPrimativeList()
 {
     Program.ExpectFailure <ProtoException>(() =>
     {
         Test1List t1 = Program.Build <Test1List>(0x0B, 0x96, 0x01, 0x0C); // [start:1] [150] [end:1]
     });
 }
 public void TestPrimativeList()
 {
     Test1List t1 = Program.Build <Test1List>(0x0B, 0x96, 0x01, 0x0C); // [start:1] [150] [end:1]
 }