def build_notifier(self): return Notifier(self)
def get_notifier(self) -> Notifier: return Notifier(self)