Cannot apply indexing with [] to an expression of type 'System.Dynamic.ExpandoObject' code example
Example: c# expandoobject indexer
((IDictionary<String, Object>)expando)["name"]
((IDictionary<String, Object>)expando)["name"]