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