namespace ServiceLib.Models { [Serializable] public class RoutingItemModel : RoutingItem { public bool isActive { get; set; } } }