use strict;
sub notify :Hook('notify') {
my ($self, $context, $args) = @_;
warn Dumper($args);
}
1;