This MR handles the clean up of a started plugin if the network element creation failed.
Currently we start and persist a plugin for each network element that is created. Therefore it is needed that the plugin is shut down and the corresponding files are removed if an error is thrown while a new network element is created.
For any instance in which an error could occur (if a network element is created), it is now ensured that the corresponding plugin (if already requested and started) is shut down and proberly removed.
There shouldn't be any idling plugins that are never used. But this was the case as soon as the creation of a network element fails.