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