public static BaseResponse CopyUser(string groupId, CopyUserOption option = null) { return(Execute(client.UserCopy(groupId, option?.Options))); }