public FriendPackage(FriendList friendList, string keyword) : base(InformationType.FRIEND, keyword) { SendList = friendList.Copy(); }