https://api.github.com/morning4coffe-dev/project-sbs/blob/7efed74b6abaab29e05bd593d1e7a0f2c462778f/ProjectSBS/ProjectSBS/Services/Items/ItemService.cs#L86
{
foreach (var date in paymentDates)
{
//TODO _notification.ScheduleNotification(item.Id, item.Name, DateTime.Now.ToString(), date, new TimeOnly(8, 00));
}
});