protected void SendImpl() { _modemImplementation.Send(); }
protected void SendImpl(Stream data) => _modemImpl.Send(data);