public AccountPackage(Account account, string keyword) : base(InformationType.ACCOUNT, keyword) { SendList = new AccountList(); SendList.AddNewAccount(account); }