namespace Modules.Library.Domain.EntitiesV1; public interface IOrderableItem { public ushort Order { get; } public void SetOrder(ushort order); }