abstract class Notification { Future notify(); Future dismiss(); }