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