namespace Infrastructure.Domain { public interface ISoftDeleteEntity { public string IsDeleted { get; set; } } }