Task<ReadOnlyCollection<string>> GetAllDescriptions()
Function GetAllDescriptions As Task(Of ReadOnlyCollection(Of String))
Task<ReadOnlyCollection<String^>^>^ GetAllDescriptions()
abstract GetAllDescriptions : unit -> Task<ReadOnlyCollection<string>>