public SPITestFunction(List <byte> data) : base(requestLength: data.Count, responseLength: data.Count) { TxData.Clear(); TxData.AddRange(data); }