namespace AyCode.Interfaces.TimeStampInfo; public interface ITimeStampModified { DateTime Modified { get; set; } }