public void YieldEmpty_ExpectEmptyCollection()
    {
        var actual = Yielder.YieldEmpty <StructType?>();

        Assert.IsEmpty(actual);
    }