namespace W542.GandalfReborn.Data.Entities.Base; public interface IEntity { long? Id { get; set; } };