I am attempting to use the ListHybridConnectionsWithHttpMessagesAsync in the WebAppsOperations class in Microsoft.Azure.Management.AppService.Fluent library. The method returns a single HybridConnectionInner object, however since this is a List method, the REST API call returns a list of objects that should be returned in a Page object.