/// <summary>
 /// Store the new group
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='groupId'>
 /// </param>
 /// <param name='groupname'>
 /// In case you want to rename the group
 /// </param>
 /// <param name='parentGroupId'>
 /// </param>
 /// <param name='adminIdentityRole'>
 /// </param>
 /// <param name='isPublicVisible'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <SINner> PutGroupInGroupAsync(this ISINnersClient operations, Guid?groupId = default(Guid?), string groupname = default(string), Guid?parentGroupId = default(Guid?), string adminIdentityRole = default(string), bool?isPublicVisible = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.PutGroupInGroupWithHttpMessagesAsync(groupId, groupname, parentGroupId, adminIdentityRole, isPublicVisible, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }