public ConnectedClient(Socket socket) : base(socket) { packagePool = TypeContainer.Get <PackagePool>(); }