public static void threeThreeChunks(MasterNodeList<string> inList,
     Dictionary<Node, List<Route>> inRoutePrefixDictionary)
 {
     DataChunkRouteBlazerTest test = new DataChunkRouteBlazerTest();
     test.list = inList;
     test.routePrefixDictionary = inRoutePrefixDictionary;
     test.dataSetup13();
     test.setup13append();
 }
 public static void threeSixChunks(MasterNodeList<string> inList, 
     Dictionary<Node, List<Route>> inRoutePrefixDictionary)
 {
     DataChunkRouteBlazerTest test = new DataChunkRouteBlazerTest();
     test.list = inList;
     test.routePrefixDictionary = inRoutePrefixDictionary;
     test.dataSetup46();
     test.chunkRouteAppendThriceOther();
 }