public AccountPackage(AccountList accountList, string keyword) : base(InformationType.ACCOUNT, keyword) { SendList = accountList.Copy(); }