internal void AddBuilder(StringKey builderKey, DynamicStructure builder) => mInstances.Add(builderKey, builder);
 public IDynamicBufferBuilder CreateBuffer([NotNull] string typeName) => DynamicStructure.Create(this, typeName);