namespace AccountManagement.Application.Contracts.Account; public class EditClientAccount : RegisterAccount { public long Id { get; set; } }