public static function getConfigurationID()
 {
     return strtolower(SimpleTestPlugin::getPluginID());
 }
 /**
  * @return string
  */
 protected function getPluginID()
 {
     return SimpleTestPlugin::getPluginID();
 }
 protected function getPlugin()
 {
     return PluginRepository::findByPluginID(SimpleTestPlugin::getPluginID());
 }
 public function getAlias()
 {
     return strtolower(SimpleTestPlugin::getPluginID());
 }
 protected function getParameterPrefix()
 {
     return SimpleTestPlugin::getPluginID();
 }