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

            createImageResponse.HttpResponse = context.HttpResponse;
            createImageResponse.RequestId = context.StringValue("CreateImage.RequestId");
            createImageResponse.ImageId = context.StringValue("CreateImage.ImageId");

            return createImageResponse;
        }