Issue #7
new
ExtensionService does not allow to declare the service class in the plugin.json so for each service a subclass of ExtensionService has to be created where the service is instantiated.
ExtensionService.__createService should check whether a service class is declared and if, create an instance using the url ais constructor arg.