Projection Type
Inheritance: ConstantClass
        void LocalSecondaryIndexNamed_ForProjectType_(string name, Amazon.DynamoDBv2.ProjectionType type)
        {
            var index = _table.LocalSecondaryIndexes.Single(x => x.IndexName == name);

            PAssert.IsTrue(() => index.Projection.ProjectionType == type);
        }