public WASMSection(WASMSectionId id) => Id = id;
public WASMSection this[WASMSectionId id] => _sections[id];