private void HandleEventAck(Frame frame, IPeer source) { var msgId = BitConverter.ToInt32(frame.payload, 0); source.AckFrame(msgId); }