*
* @param repo the component repository, only used to register secondary items like lifecycle, not null
* @return the provider, not null
*/
protected HistoricalTimeSeriesProvider initHistoricalTimeSeriesProvider(ComponentRepository repo) {
return new NoneFoundHistoricalTimeSeriesProvider();
}