In #89 support for retrieving linked entities was added to the EventListResponse returned from GoCardlessClient.Events.ListAsync, but GoCardlessClient.Events.AllAsync returns IReadOnlyList<Event>, which means the latter method doesn't support linked entity retrieval. Please can this be corrected.
In #89 support for retrieving linked entities was added to the
EventListResponsereturned fromGoCardlessClient.Events.ListAsync, butGoCardlessClient.Events.AllAsyncreturnsIReadOnlyList<Event>, which means the latter method doesn't support linked entity retrieval. Please can this be corrected.