public static DeleteLiveAppSnapshotConfigResponse Unmarshall(UnmarshallerContext context)
        {
            DeleteLiveAppSnapshotConfigResponse deleteLiveAppSnapshotConfigResponse = new DeleteLiveAppSnapshotConfigResponse();

            deleteLiveAppSnapshotConfigResponse.HttpResponse = context.HttpResponse;
            deleteLiveAppSnapshotConfigResponse.RequestId = context.StringValue("DeleteLiveAppSnapshotConfig.RequestId");

            return deleteLiveAppSnapshotConfigResponse;
        }
        public static DeleteLiveAppSnapshotConfigResponse Unmarshall(UnmarshallerContext context)
        {
            DeleteLiveAppSnapshotConfigResponse deleteLiveAppSnapshotConfigResponse = new DeleteLiveAppSnapshotConfigResponse();

            deleteLiveAppSnapshotConfigResponse.HttpResponse = context.HttpResponse;
            deleteLiveAppSnapshotConfigResponse.RequestId    = context.StringValue("DeleteLiveAppSnapshotConfig.RequestId");

            return(deleteLiveAppSnapshotConfigResponse);
        }