**Describe the bug** ```cs var info = new GrowlInfo { ShowDateTime = false, Message = "xxx", ActionBeforeClose = isConfirmed => Debug.WriteLine("xxx") }; Growl.Success(info); ``` **Expected behavior** No matter auto close or user click, should always called. **Screenshots** If applicable, add screenshots to help explain your problem. **Environment (please complete the following information):** - .net: 5 - IDE vs2019 - Version 3.1.0 **Additional context** Add any other context about the problem here.