class Dry::Monitor::Notifications

def initialize(id, clock: CLOCK)

def initialize(id, clock: CLOCK)
  @id = id
  @clock = clock
end