Virtual base class for fine-mapping result collections. Concrete
subclasses (QtlFineMappingResult, GwasFineMappingResult)
carry a DFrame of per-fit rows and a shared ldSketch slot.
Downstream pipelines should dispatch on FineMappingResultBase for
behaviors that apply to either flavour, and on the concrete subclass when
the tuple shape matters.