using System; namespace _0_Framework.Domain; public class EntityBaseWithoutCreationDate { public long id { get; set; } }