using ExternalDataSync.MOM; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ExternalDataSync { public class msg { public msgHeader msgHeader { get; set; } } }