Property that directs DynamoDBContext to prefix all table names
            with a specific string.
            If property is null or empty, no prefix is used and default
            table names are used.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public string TableNamePrefix { get; set; }