notifySuccess(title: ReactNode | string = 'Обновлено', description?: ReactNode | string): void {
    this.notify(title, 'success', description)
  }