public static GetDRMLicenseResponse Unmarshall(UnmarshallerContext context)
        {
            GetDRMLicenseResponse getDRMLicenseResponse = new GetDRMLicenseResponse();

            getDRMLicenseResponse.HttpResponse = context.HttpResponse;
            getDRMLicenseResponse.RequestId    = context.StringValue("GetDRMLicense.RequestId");
            getDRMLicenseResponse.License      = context.StringValue("GetDRMLicense.License");

            return(getDRMLicenseResponse);
        }
        public static GetDRMLicenseResponse Unmarshall(UnmarshallerContext _ctx)
        {
            GetDRMLicenseResponse getDRMLicenseResponse = new GetDRMLicenseResponse();

            getDRMLicenseResponse.HttpResponse = _ctx.HttpResponse;
            getDRMLicenseResponse.RequestId    = _ctx.StringValue("GetDRMLicense.RequestId");
            getDRMLicenseResponse.DeviceInfo   = _ctx.StringValue("GetDRMLicense.DeviceInfo");
            getDRMLicenseResponse.DRMData      = _ctx.StringValue("GetDRMLicense.DRMData");

            return(getDRMLicenseResponse);
        }