Inheritance: Aliyun.Acs.Core.AcsResponse
        public static TestResponse Unmarshall(UnmarshallerContext context)
        {
            TestResponse testResponse = new TestResponse();

            testResponse.HttpResponse = context.HttpResponse;
            testResponse.RequestId = context.StringValue("Test.RequestId");
            testResponse.ResponseId = context.StringValue("Test.ResponseId");
            testResponse.Message = context.StringValue("Test.Message");

            return testResponse;
        }