*
* @param repo the component repository, only used to register secondary items like lifecycle, not null
* @return the loader, not null
*/
protected HistoricalTimeSeriesLoader createHistoricalTimeSeriesLoader(ComponentRepository repo) {
return new UnsupportedHistoricalTimeSeriesLoader();
}