base
The base name is the name used for the namespace/service/method in the IDL file, so it should follow the specific casing of the IDL.
This declaration is deprecated: Use ServiceName/MethodName instead.
var base: String
The base name is also used in the descriptors that identify a specific method or service : <service_namespace_baseName>.<service_baseName>.<method_baseName>
.