namespace XYY.Service.Standard.First { public class BatchJobResult { public string JobId { get; set; } public string ErrorFileUrl { get; set; } } }