abstract class ItemDownloadSuccessfulNotification { Future notify(); } abstract class LogSaveSuccessfulNotification { Future notify(); }