notifyError(title: ReactNode | string = 'Ошибка', description?: ReactNode | string): void {
    this.notify(title, 'error', description)
  }