public WatchEventCommand(
     PluginAnnotation<T> pluginAnnotation, WatchFileEvent event, ClassLoader classLoader) {
   this.pluginAnnotation = pluginAnnotation;
   this.watchEventDTO = WatchEventDTO.parse(pluginAnnotation.getAnnotation());
   this.event = event;
   this.classLoader = classLoader;
 }