Property or indexer 'property' references a type not supported by the language; try directly calling accessor method 'accessor'
Your code is consuming an object that has a default indexed property and tried to use the indexed syntax. To resolve this error, call the property's accessor method.