.task {
   try? Tips.configure([
      .displayFrequency(.immediate)
   ])
   Tips.showAllTipsForTesting()
}