Executes and Event
Future<dynamic> execute(Model source, String event) async => await EventHandler(source).executeEvent(event);