public void SetConnection(IConnection con) { Connection = con; Connection.OnDataRecieved += (sender, data) => framing.Unstuff(data); }