/// <summary>
 /// Retrieve details for a specific user.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='client'>
 /// Client short name
 /// </param>
 /// <param name='id'>
 /// Id for the account
 /// </param>
 public static void GetRetrieveAccount(this IAccounts operations, string client, string id)
 {
     operations.GetRetrieveAccountAsync(client, id).GetAwaiter().GetResult();
 }