public static UnbindTagsFromKeyResponse Unmarshall(UnmarshallerContext context)
        {
            UnbindTagsFromKeyResponse unbindTagsFromKeyResponse = new UnbindTagsFromKeyResponse();

            unbindTagsFromKeyResponse.HttpResponse = context.HttpResponse;
            unbindTagsFromKeyResponse.RequestId = context.StringValue("UnbindTagsFromKey.RequestId");

            return unbindTagsFromKeyResponse;
        }
        public static UnbindTagsFromKeyResponse Unmarshall(UnmarshallerContext context)
        {
            UnbindTagsFromKeyResponse unbindTagsFromKeyResponse = new UnbindTagsFromKeyResponse();

            unbindTagsFromKeyResponse.HttpResponse = context.HttpResponse;
            unbindTagsFromKeyResponse.RequestId    = context.StringValue("UnbindTagsFromKey.RequestId");

            return(unbindTagsFromKeyResponse);
        }