public static async Task <bool> Like(this ToastNotification toast, Octokit.Notification notification) { return(toast.Like(await notification.BuildToast(ToastNotificationScenario.Reminder))); }