/// <summary>
 /// Refreshes the expiration on a security token, this should be called
 /// periodically (recommend, once per session).
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='client'>
 /// Client short name
 /// </param>
 public static string AccountPatchLogin(this IAccounts operations, string client)
 {
     return(operations.AccountPatchLoginAsync(client).GetAwaiter().GetResult());
 }