namespace DTS.Common.DAS.Concepts.DAS.Channel { public interface ITimestampAware { TimestampPartTypes TimestampPartType { get; set; } } }