@Inject
CloudContextRegistry cloudContextRegistry;
public ServiceProviderBase() {
Service serviceAnnotation = getServiceAnnotation();
String key = serviceAnnotation.value();
// this.serviceType = serviceType;
this.description = key;
this.serviceType = new ServiceType(key);
}