@Override
 public String[] getPropertiesErrors(Property[] properties) {
   return PluginUtils.validatePluginProperties(this, properties);
 }