/// <summary>
 /// EventHandler from the importer.  This will pass data
 /// the ADCP connections binary codec.
 /// </summary>
 /// <param name="data">Data to import.</param>
 private void importer_ReceiveBinaryDataEvent(byte[] data)
 {
     _adcpConnection.ReceiveAdcpSerialData(data);
 }