diff --git a/src/ReC.Client/Api/ProfileApi.cs b/src/ReC.Client/Api/ProfileApi.cs
index 6c610d3..5337c33 100644
--- a/src/ReC.Client/Api/ProfileApi.cs
+++ b/src/ReC.Client/Api/ProfileApi.cs
@@ -41,16 +41,18 @@ namespace ReC.Client.Api
}
}
- ///
- /// Retrieves profiles and returns a dynamically deserialized payload.
- ///
+ ///
+ /// Retrieves profiles and returns a dynamically deserialized payload
+ /// (typically a ). This is the non-generic
+ /// overload of .
+ ///
#if NETFRAMEWORK
- public Task GetDynamicAsync(long? id = null, bool includeActions = true, CancellationToken cancel = default)
+ public Task GetAsync(long? id = null, bool includeActions = true, CancellationToken cancel = default)
#else
- public Task GetDynamicAsync(long? id = null, bool includeActions = true, CancellationToken cancel = default)
+ public Task GetAsync(long? id = null, bool includeActions = true, CancellationToken cancel = default)
#endif
- {
- return GetAsync