public static AddTrafficSpecialControlResponse Unmarshall(UnmarshallerContext context)
        {
            AddTrafficSpecialControlResponse addTrafficSpecialControlResponse = new AddTrafficSpecialControlResponse();

            addTrafficSpecialControlResponse.HttpResponse = context.HttpResponse;
            addTrafficSpecialControlResponse.RequestId = context.StringValue("AddTrafficSpecialControl.RequestId");

            return addTrafficSpecialControlResponse;
        }
        public static AddTrafficSpecialControlResponse Unmarshall(UnmarshallerContext context)
        {
            AddTrafficSpecialControlResponse addTrafficSpecialControlResponse = new AddTrafficSpecialControlResponse();

            addTrafficSpecialControlResponse.HttpResponse = context.HttpResponse;
            addTrafficSpecialControlResponse.RequestId    = context.StringValue("AddTrafficSpecialControl.RequestId");

            return(addTrafficSpecialControlResponse);
        }