namespace DTS.Common.Interface.DASFactory.Config { public interface IAlignUDPToPPSAware { bool AlignUDPToPPS { get; set; } } }