namespace Sockeye.Models { public class ParentAndChildItemId { public long ParentId { get; set; } public long ChildItemId { get; set; } } }