public CommsProcessor(CommsInterface iface) { _iface = iface; _iface.CommsReceived += _iface_Received; }