namespace AccountManagement.Application.Contracts.Position; public class EditPosition:CreatePosition { public long Id { get; set; } }