def build_stats_handler(self): return StatsHandler(self)
def get_stats_handler(self) -> StatsHandler: return StatsHandler(self)