namespace CutList.Core.Nesting { public interface IEngine { Result Pack(List items); } }