namespace CompanyManagment.App.Contracts.Insurance; public class EditInsurance : CreateInsurance { public long Id { get; set; } }