namespace TicketSystem.Tickets { public class Child { public int price { get; } public Child() { price = 5; } } }