virtual std::wstring print() const
	{
		return client_->print();
	}
	virtual std::wstring print() const 
	{
		return client_connection_->print();
	}