#nullable enable namespace VberZero.AppService.Base.Dto; public interface IVzEntityDto { TPrimaryKey? Id { get; set; } }