private void ProcessResponseIntParamTag(Package package, ResponseIntParamTag responseIntParamTag) { package.MessageResponses[^ 1].Responses[^ 1].Param = responseIntParamTag.Param;
private void ProcessResponseParamTag(IObject <ObjectData> frontendObject, ResponseIntParamTag responseIntParamTag) { frontendObject.MessageResponses[^ 1].Responses[^ 1].Param = responseIntParamTag.Param;