public void Allocate_UnfairAllocation_Random_SomeoneGetsMore()
        {
            Allocation allocated = 8.3m.Eur().Allocate(4, RemainderAllocator.Random);

            Assert.That(allocated.Aggregate((a, b) => a + b), Is.EqualTo(8.3m.Eur()));
        }