public static ProtoBuf.Meta.TypeModel Compile(this ProtoBuf.Meta.RuntimeTypeModel model, string name, string path)
 {
     // dummy to avoid lots of test hackery for dll compilation tests
     model.CompileInPlace();
     return(model);
 }