protected async System.Threading.Tasks.Task Form0Submit(Bssr.Models.Bssr4.Changelog args) { try { var bssr4CreateChangelogResult = await Bssr4.CreateChangelog(changelog); DialogService.Close(changelog); } catch (System.Exception bssr4CreateChangelogException) { NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new Changelog!"); } }