SiLAService.GetFeatureDefinition raises wrong error
When a client calls SiLAService.GetFeatureDefinition with a fully qualified identifier of a feature that is not implemented by the server, the server responds with the gRPC status code INVALID_ARGUMENT (source) instead of raising the appropriate defined execution error UnimplementedFeature (source).