public override void ReadFrom(IAdbSocket socket) { base.ReadFrom(socket); this.Path = socket.ReadSyncString(); }