public override Func <Task <IConnection> > GetFactory() { return(TcpConnectionFactory.Connect(Ip, Port)); }